- Goal: process CSV file and import in PostgresSQL (FTP → CSV → PostgreSQL)
The issue I’m running into is that my CSV files have quotes around every field and the CSV processor seems to error on this.
I’ve tried adding a regex expression on the mapping here but it didn’t work as the mapping only does it thing after the data is parased and its a parsing error.