Forum Discussion

dnewton's avatar
dnewton
New Contributor
3 years ago
Solved

Ingesting multiple AWS S3 files into a database

I have a Amazon S3 bucket containing multiple files that I’d like to extract and read into a database. The files are all .GZ (gzip) files. The file names will change each day but will all have the ...
  • alchemiz's avatar
    alchemiz
    3 years ago

    Or if the zip file compose of multiple json files… you can then use the zip reader snap

    S3 Browser → ZipFile Reader *(use the output $path from S3 Browser and set to the File) → JSON Parser → Prep Document (mapper) → To DB

    or

    Directory Browser → ZipFile Reader (use the output $Path from the Directory Browser and set File) → JSON Parser → Prep Document (mapper) → To DB