Created
February 26, 2018 09:05
-
-
Save vithalsamp/f058fd131cd24d6461910be52f85d92f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
training=# copy sample_test_single_col from 's3://testbucket/Sample_fixed_width.txt' CREDENTIALS | |
training-# 'aws_access_key_id=xxxxxxx; aws_secret_access_key=yyyyyyyy' ; | |
INFO: Load into table 'sample_test_single_col' completed, 17 record(s) loaded successfully. | |
COPY | |
training=# select * from sample_test_single_col limit 2; | |
single_col | |
---------------------------------------------------- | |
16524 01 10172012 3930621977 TXNPUES | |
191667 01 01142013 3714468136 GHAKASC QHJXDFM | |
(2 rows) | |
training=# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment