Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 663 Bytes

bulkloader.md

File metadata and controls

13 lines (11 loc) · 663 Bytes

Downloading to csv

appcfg.py download_data --config_file=bulkloader.yaml --filename=.csv --kind=<kind: Course|Source> --url=http://<app_id>.appspot.com/_ah/remote_api

Uploading to dev server

login: admin password: appcfg.py upload_data --config_file=bulkloader.yaml --filename=data/.csv --kind=<kind: Course|Source> --application="dev~uplusprofiles" --url=http://localhost:8080/_ah/remote_api

Uploading to app engine

appcfg.py upload_data --config_file=bulkloader.yaml --filename=data/.csv --kind=<kind: Course|Source> --url=http://<app_id>.appspot.com/_ah/remote_api