i am a java programmer trying to use python 'appcfg.py upload_data' on appengine
Is it possible to set a csv delimeter on config.yml (as in -> 1#2#2#3 where # is the delimeter)
I see that there is a 'connector_options:' on config.yml
Thanks!
i am a java programmer trying to use python 'appcfg.py upload_data' on appengine
Is it possible to set a csv delimeter on config.yml (as in -> 1#2#2#3 where # is the delimeter)
I see that there is a 'connector_options:' on config.yml
Thanks!
Copyright © 2021 Jogjafile Inc.
The
appcfg.py upload_dataoperation is not present in the currentappcfg.pydocumentation.There used to be a related section in the Backing Up and Restoring guide, but it's now gone. From a snapshot of it captured in the wayback machine:
Note that the links in the quote are also snapshots, you might need to check the actual links valid today. The code might be incompatible.
IMHO it would be simpler to just re-write the CSVs to replace the delimiters... See Python parse csv file - replace commas with colons