Table of Contents

Search

  1. Preface
  2. Part 1: Introduction to Amazon Redshift connectors
  3. Part 2: Data Integration with Amazon Redshift V2 Connector
  4. Part 3: Data Integration with Amazon Redshift Connector

Amazon Redshift Connectors

Amazon Redshift Connectors

Copy command

Copy command

You can use the Copy command to append data in a table. The Copy command uses a secure connection to load data from flat files in an Amazon S3 bucket to Amazon Redshift.
You can specify the Copy command options directly in the
Copy Options
field or specify the path to a text file that contains all the command options.
Enter the options in uppercase and use a semicolon to separate the options.
For example,
DELIMITER = \036;ACCEPTINVCHARS = #;QUOTE = \037;COMPUPDATE = ON;AWS_IAM_ROLE=arn;aws;iam;;<account ID>;role/<role-name>
It is recommended to use octal representation of non-printable characters as DELIMITER and QUOTE.
You cannot specify the path to a text file that contains the Copy command options in a mapping in advanced mode.

0 COMMENTS

We’d like to hear from you!