Closed Chleba closed 4 months ago
After looking into a code I noticed that You're using polar to parse csv into a DB. From a quick look it can be specified schema for certain columns, but as a user I can't do it.
SORRY - I can see it now. I have to look at the code only to found out that you have the argument for it --infer-schema safe
and that did solved my issue.
Sorry about that :)
Hi, Great tool, only I just getting problem parsing some csv files because of you trying to parse some collumns into a specific types that are maybe later not the same. I'm only trying to parse csv files from specific bug verified sources for example list of service names and transfer protocols ports (source is here: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?skey=-3). I can see that this project is not using
csv
crate for parsing and it's having it's own, so I have to make an issue for it, because I really loving design of this tool but I can't use it for csv files that I'm working with.Error: