Uploading CSV

Deprecated Book

This procedure uploads a CSV to a specified AWS S3 bucket at the given path. The CSV content is stored as an object in the specified S3 location, making it accessible based on the bucket's permissions and configurations.

Example:

the csv
dump the csv to aws s3 with
    the bucket is "mybucket"
    the csv path is "data/csvs/myfile.csv"

Last updated

Was this helpful?