Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabular data processor #204

Open
jayvdb opened this issue Jan 29, 2019 · 3 comments
Open

tabular data processor #204

jayvdb opened this issue Jan 29, 2019 · 3 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Jan 29, 2019

load tabular data, and process each row with the same template, emitting a file for each row.

E.g. https://github.com/natehardison/sendtmail/blob/master/README.md

(but ignore email sending; that is a prob for a different issue)

@jayvdb
Copy link
Member Author

jayvdb commented Jan 29, 2019

@jayvdb
Copy link
Member Author

jayvdb commented Jan 29, 2019

For the data side, we need to import the data file (pyexcel loaders?) and allow the user to give it a top level name in the moban internal data dictionary.

Then a separate enhancement is needed to emit one file per row.

@chfw
Copy link
Member

chfw commented Jan 29, 2019

by default, pyexcel-io provides a dictionary.

single sheet:
{ "data": [[1,2]]}

multiple sheets:
{"pyexcel-sheet1": [[1,2]], "pyexcel-sheet2": [[3,4]]}

The keys need to be tweeked so that templating would work seamlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants