Skip to content

Instantly share code, notes, and snippets.

@flimshaw
Created September 20, 2016 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flimshaw/b9ff0e1386be5c973dbd11ecc63f04e2 to your computer and use it in GitHub Desktop.
Save flimshaw/b9ff0e1386be5c973dbd11ecc63f04e2 to your computer and use it in GitHub Desktop.
s3.getObject(params).createReadStream()
.pipe(zlib.createGunzip())
.pipe(csv())
.pipe(starValidator)
.pipe(toCsv)
.pipe(upload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment