Open mchangrh opened 2 years ago
postgres exports csvs with "" indicating an empty field, which is interpreted as single escape. Either SQLite will have to read from mangled stdin or another tool will be needed to import to sqlite
""
this might have to be fixed upstream since some of the rows are multiline and not escaped properly
postgres exports csvs with
""
indicating an empty field, which is interpreted as single escape. Either SQLite will have to read from mangled stdin or another tool will be needed to import to sqlite