Closed banillie closed 2 years ago
Sure, I'll look into it.
@banillie
Can you please test version 1.1.8 which implements the --template/-t
flag on the export
command. Also fixed the use of relative or absolute paths when using -d
on the export
command - this didn't reflect how it worked for import
.
cd /tmp && python3 -m venv venv && source venv/bin/activate
pip install git+https://github.com/yulqen/datamaps.git@master
datamaps export master -t PATH_TO_TEMPLATE -d PATH_TO_DATAMAP PATH_TO_MASTER
Report problems here! There are bound to be - I'm rusty on this project.
@yulqen tested and working like a charm. That will be really useful addition. Thank you.
Great - will release the update in the next day or so and let you know. Thanks for testing.
v1.1.8 released.
@yulqen sorry to raise two issues in two days.
Is it possible to have a --template or -t flag to point to a filepath for a template when doing the
datamaps export master
command. This would be useful is it will save the user having to keep placing a newblank_template
into theinput
folder every time it changes. No deadline for this.Cheers.