Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

375
Vistas
Importing CSV file with semicolon delimiters from S3 to RDS Postgres database

I am trying to import a CSV file that uses semicolons ; as delimiters instead of commas from S3 to AWS RDS Postgres table.

SELECT aws_s3.table_import_from_s3 ('tmp_foo','','(format csv, delimiter '','', header)', 'my-bucket', 'path/file.csv','eu-west-1');

This fails with error

ERROR: Semicolon is not allowed in options

Same thing using delimiter '','' works fine.

How to escape semicolon so that it works? For example delimiter ''\;'' doesn't work.

Importing from S3 is AWS extension available in recent RDS Postgres versions: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Procedural.Importing.html

I am using Postgres Aurora 11.6.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

I asked about this from the AWS Support and they confirmed that semicolon is not supported as a delimiter. Changing this probably won't happen anytime soon.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda