You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing the following error for some data that's being attempted to be imported: psycopg2.errors.BadCopyFileFormat: unquoted newline found in data
This could be because of newlines in the source stream. I am testing and will verify the below suggested fix.
We're seeing the following error for some data that's being attempted to be imported:
psycopg2.errors.BadCopyFileFormat: unquoted newline found in data
This could be because of newlines in the source stream. I am testing and will verify the below suggested fix.
So far, my proposed solution is to use the
unix
dialect of CSV writer: https://docs.python.org/3/library/csv.html#csv.unix_dialectI am working on a short PR and we can resolve this issue once the PR is merged.
The text was updated successfully, but these errors were encountered: