process-and-upload-breakpoint-file
v0.3.1
Published
loads and exports breakpoint model data
Downloads
0
Readme
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__/processedalso 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