-
Hello - I have a CSV (attached) - For some reason, I cannot figure out why the attached has problems being read - I had to turn all my properties to strings when mapped just to see what was getting placed into my classes properties:
I'm doing the following to read the csv:
The stream is coming from an sFTP (I verified the file is downloading correctly) - If I don't set MissingFieldFound as null I see the following:
Which is throwing me off as field 14 does have data in it when looking at the data (??) When I set MissingFieldFound as null and inspect what my properties contain, i see weirdness such as: As if the commas are being ignored - I'm stuck and any help would be greatly appreciated. Thanks,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry - this can be ignored - after further inspecting the file and reading the RFC4180 specification again, I found problems with the files, particularly with how fields are quoted, and how certain fields are quoted and not escaped properly |
Beta Was this translation helpful? Give feedback.
Sorry - this can be ignored - after further inspecting the file and reading the RFC4180 specification again, I found problems with the files, particularly with how fields are quoted, and how certain fields are quoted and not escaped properly