pankajthakare
1st October 2010, 12:01
Hi,

I'm generating report in .csv file format. If the buffer value is having ',' (comma) character then system not put the remaining value of record after comma character in .csv file format.

Best Regards,
Pankaj Thakare.

george7a
1st October 2010, 13:20
Hi,

Put the buffer value in double quotes -"-, or use B2Win (http://www.nazdaq-it.com/utilities.php?prod=bwinse-pro) :)

- George

bdittmar
1st October 2010, 16:20
Hi,

I'm generating report in .csv file format. If the buffer value is having ',' (comma) character then system not put the remaining value of record after comma character in .csv file format.

Best Regards,
Pankaj Thakare.

Hello,
i never use comma as limiter. This sign can be used in most texts or description fields.

I allways use "|" or "^A" as limiter.
EXCEL limiter needs to be changed.

Regards

SujithKumar
1st October 2010, 17:04
Or use Char(xxx), xxx being the whatever the ascii value for comma and append to the string