druce_vertes
12/28/2022, 3:14 PMKeyError: 'c/a'
if I clean up the headers, change the ‘C/A’ column to ‘CA’ and also remove extra spaces at the end of the header line, then it imports OK. Guessing it can’t map ‘C/A’ to a valid Postgres column name?
In general if I want to preprocess the file found at the URL what is a good approach? I think these files may have a few issues that need to get cleaned up before they import.
or if there’s a way to map headers in the csv to reasonable column names that would be a great start?
apologies if I missed something straightforward.visch
12/28/2022, 7:32 PMC/A
not mapping properly. Not certain the other variant will work but if it doesn't if you could share the same logs we'll be sure to do something to fix it as this looks like a target bug.druce_vertes
12/29/2022, 2:45 AM