search results

  1. (20 replies) I am having problems imp orting a CSV file of sample data for testing in a web app. Columns & Types ----- zip_code - text lattitude - float8 ...
    grokbase.com/t/postgresql/pgsql.../​error-importing-csv-file - Cached
  2. Presumably the problem is that the order of the columns in the CSV file does not match the order in the destination table. You\'d think that COPY would map the columns ...
    stackoverflow.com/.../postgresql-csv-​file-import-error - Cached
  3. > I am having problems importing a CSV file of sample data for testing > in a web app. > > Columns& Types > ----- > zip_code - text > lattitude ...
    postgresql.1045698.n5.nabble.com/Error-​Importing-CSV-File... - Cached
  4. Cutting and pasting your table definition and sample data here shows everything working. So - either your table definition or your file are not as you think they are.
    stackoverflow.com/questions/11242512/​postgresql-bulk... - Cached
  5. Perhaps your CSV file doesn\'t put each record on a new line or contains an escape at the end of a line that makes the next line part of it? -- If you can\'t see the ...
    postgresql.1045698.n5.nabble.com/Error-​while-importing... - Cached
  6. ... , error_severity text, sql_state_code text, message text, detail text ... There are a few things you need to do to simplify importing CSV log files:
    www.postgresql.org/docs/current/static/​runtime-config... - Cached