Dumping CSVs to Google Cloud Storage

To dump a CSV to Google Cloud Storage, you need to specify the CSV path and optionally the bucket prefix and folder.

Example 1:

get the csv
the csv path is "data_exports/my_export.csv"
dump the csv to google cloud storage

This dumps the specified CSV to the given Google Cloud Storage path.

Example 2:

get the csv
the csv path is "data_exports/my_export.csv"
the bucket prefix is "my_bucket"
the folder is "2023/exports"
dump the csv to google cloud storage

This dumps the specified CSV to the given Google Cloud Storage path with the specified bucket prefix and folder.

Last updated

Was this helpful?