tomkaXX / axiis

Automatically exported from code.google.com/p/axiis
0 stars 0 forks source link

DataSet.processCsvAsTable doesn't handle \r\n line endings #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that when I parse CSV data with \r\n line endings, the \n is not
trimmed from the headers (or probably the other cells either?).

I'm attaching a FlexUnit testcase for DataSet that might be a helpful
starting point (if you guys don't already have one) and does illustrate
this issue specifically.

Original issue reported on code.google.com by h...@velum.net on 2 Aug 2009 at 3:56

Attachments:

GoogleCodeExporter commented 8 years ago
Actually, I think the issue may be the other way around (\r isn't being 
trimmed)? 
I'll look at providing a patch.

Original comment by h...@velum.net on 2 Aug 2009 at 1:12