I am looking for some solution to the problem with which we are importing CSV files from Ruby. We continue to encounter all kinds of exceptions, from the wrong line to the end of line problems. Right now we are using FasterCSV and we have this hacking exception detection solution to try different combinations of delimiters and quote styles. I do not like it.
All in all, this is an inelegant decision, and it looks like it should not be something we have to deal with. I am looking for lib in any language that I can point to a file and it will just figure out how it is formatted and provide me with the data I need from any CSV.
thank
source
share