0.3.1 • Published 3 years ago

process-and-upload-breakpoint-file v0.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Process and Upload Breakpoint File

processes breakpoint files to json files and then can upload to google storage. Breakpoint file can be vendor (csv), department (csv), or products (tsv).

Usage

jut processing:

$> breakpoint-process-and-upload-file 
\       --rawPath __data__/raw 
\       --stagedPath __data__/staged
\       --processedPath __data__/processed

also upload:

$> breakpoint-process-and-upload-file 
\       --rawPath __data__/raw 
\       --stagedPath __data__/staged 
\       --processedPath __data__/processed 
\       --cert __certs__/your-firebase-cert-file.json 
\       --storageBucket your-firebase-project.appspot.com 
\       --do-upload