yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

Fix export to not rely on datamap col A and master being the same #18

Closed yulqen closed 4 years ago

yulqen commented 4 years ago

Oh dear - the current implementation of export relies on col A of the datamap being the same as col A in ther master, which is obviously not fit for purpose at all. Clearly you need to be able to adapt the datamap file to your needs (by hiding/omitting rows, as discussed in the comments above), and rely on the key names matching for a value to be exported.

What's your timescale to get this fixed?? This is obviously crucial and I will prioritise the fix.

Originally posted by @hammerheadlemon in https://github.com/hammerheadlemon/datamaps/issues/4#issuecomment-557907105

yulqen commented 4 years ago

Issue fixed with https://github.com/hammerheadlemon/datamaps/issues/4