On 2/26/14, 9:37 PM, AndyHC wrote:
+1 for simplicity. For most 'non-global' applications you can pass all the data you need very simply e.g. quoted strings (you - can get a but clever with different quote marks and how you handle quotes in the string); comma/other field delimiters; CR or CR LF record delimiters.
One thing I really like about CSV is that you build it line-by-line. So, it isn't necessary to keep a multi-row structure around in memory at all.
Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

