Importing data from Amazon S3 into an RDS

0

Hello,

I'm importing data from S3 to RDS (Postgre) by using aws_s3.table_import_from_s3 extension. Unfortunatelly I'm getting error "Semicolon is not allowed in options". Is semicolon allowed delimeter? Is there any list of allowed/not allowed delimiter options?

Error messsage retunerd: Got exception: state : XX000 message: Semicolon is not allowed in options detail : hint : context: SQL statement "SELECT aws_s3.table_import_from_s3 ( 'l1_stage_year_end_result_tmp', 'surname,first_name,ext_employee_id,performance_year_end_result,behaviour_year_end_result,developmnent_year_end_result', lp_options, lp_s3_uri, lp_file_path, 'eu-west-1'::text )"

MartinT
asked 6 months ago217 views
1 Answer
0

Kindly refer to this documentation from AWS for delimiter option Importing data from Amazon S3 into an RDS for PostgreSQL DB instance.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html

AWS
answered 6 months ago
profile pictureAWS
EXPERT
reviewed 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions