option to specify datamap document #7
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
more info required
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
yulqen/datamaps#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Matt, it would be good if there was some optionality to specify which datamap should be used in the command. You may recall that we actually use one version of the datamap for export and another version for import. It would be handy if we could specify in the command which datamap should be used. Just a thought. Hope you're enjoying the long weekend.
Cheers, Will.
I'll have a look at that. Great suggestion!
Implemented option to specify datamap in
importina962f9411eandgithub.com/hammerheadlemon/bcompiler-engine@ae1177a48e.Will take the form - both are equivalent:
datamaps import templates -m -d "/path/to/datamap_alterative.csv"anddatamaps import templates -m --datamap "/path/to/datamap_alterative.csv"Working on
exportnext. Will soon be ready for testing if you are able?Yes certainly. 👍
Morning @banillie!
When you have a moment, can you please test the updated version of datamaps which now incorporates this feature.
In your terminal:
python -m venv /tmp/dmtestsource /tmp/dmtest/bin/activatepip install datamapspip list- you should have1.0.5or bothdatamapsandbcompiler-engine.datamaps import templates --help- you should see new-dflag.datamaps export master --help- you should see new-dflag.Test!
When you're done you can raze the virtualenv with
deactivatethenrm -r /tmp/dmtest.Let me know all feedback. Good luck.
I will build the Windows exe file once we're happy.
Excellent. Will try and test tonight @hammerheadlemon 👍
Hiya Matt all tested and working successfully. Should make handling the different datasets required for import and export much easier in the future. Great stuff. Congratulations.
Awesome. Thanks for checking so quickly. Let me know if you hit any problems.
Thank you for re-coding and closing this improvement so quickly.