| Message: 91729 |
 |
BY: James Gray (bbazzarrakk) DATE: 2009-11-24 19:38 SUBJECT: RE: Unquoted fields do not allow \r or \n FasterCSV tries to guess the line endings of your data. If it can't do that for whatever reason, you can specify what to use manually with code like :row_sep => "\r\n".
If that doesn't answer your question, please post some sample data so I can see the problem.
| |