I have exported files of the same format of varying sizes from a database > Excel > save to CSV, and attempted to import them into my database using PgAdmin 4.
The tables are all created, no problem. The files under 150,000 rows or so, no problem importing them.
When I get to my files of ~600,000 rows, I get
ERROR: unterminated CSV quoted field CONTEXT: COPY TABLE, line 661017: "07,Contra,Jones,P,X County,70174770,GA000..."
The values are from all over the table, but "line 661017" is always the last row of data in the spreadsheet, in this case a file with 661017 active rows, including the header, which is toggled on for import.
I'm tried re-exporting these files from my original source, cutting them into smaller files, and the one without the last row values uploads no problem, but whatever trimmed down file houses the last row outputs the same error.
Any help is appreciated!