P
Paul [Paradise Solutions]
Hi all
I'm looking into CSV file input into my application and was wondering if
anyone can tell me if there are any limitations before I start faffing
with code?
As a rule for CSV is pretty much "anything followed by anything else is
valid" I was wondering what this class can deal with. Are string values
required to be enclosed in quotes (I have seen occasions where they aren't)?
Would is correctly interpret the 'bad' line below?
E.g.:
A 'good' csv line
"entry1","entry2"
...2 fields
A 'bad' csv line
"2" moulding (pine)",1.5,"ordered "on request",2 week lead time"
... 3 fields, 1 text, one numeric, 1 text
Many thanks
Paul
I'm looking into CSV file input into my application and was wondering if
anyone can tell me if there are any limitations before I start faffing
with code?
As a rule for CSV is pretty much "anything followed by anything else is
valid" I was wondering what this class can deal with. Are string values
required to be enclosed in quotes (I have seen occasions where they aren't)?
Would is correctly interpret the 'bad' line below?
E.g.:
A 'good' csv line
"entry1","entry2"
...2 fields
A 'bad' csv line
"2" moulding (pine)",1.5,"ordered "on request",2 week lead time"
... 3 fields, 1 text, one numeric, 1 text
Many thanks
Paul