in reply to Re: to csv file
in thread to csv file
sep_char
The char used for separating fields, by default a comma. (,). Limited to a single-byte character, usually in the range from 0x20 (space) to 0x7e (tilde).
The separation character can not be equal to the quote character. The separation character can not be equal to the escape character.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: to csv file
by hdb (Monsignor) on Jun 29, 2013 at 08:44 UTC | |
by space_monk (Chaplain) on Jun 29, 2013 at 08:47 UTC |