Page 1 of 1

Writing to a CSV file

Posted: Fri May 08, 2009 9:33 am
by muralisankarr
Hi,

We have target file stage which writes to a CSV. We are getting box ch '[]' at the end of the file. How can we remove this? Please help

Thanks
rMS

Posted: Sun May 10, 2009 4:32 pm
by ray.wurlod
Change the stage properties from UNIX style to DOS style. The character at the end of the file is most likely a UNIX end-of-file character (Ctrl-D). You can check this with any hex editor; its value is 0x04.