Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

xml: replace Excel for XML file #4

Open
n0v1c3 opened this issue Aug 4, 2017 · 2 comments
Open

xml: replace Excel for XML file #4

n0v1c3 opened this issue Aug 4, 2017 · 2 comments

Comments

@n0v1c3
Copy link
Collaborator

n0v1c3 commented Aug 4, 2017

Determine if there is a manageable way to store all data in XML format while still being able to use Excel to maintain the data.

This will provide easier parsing of the data with other tools and reading from terminal while maintaining the easy front end provided by Excel.

@mikeboiko
Copy link
Owner

I think we should add a new switch/argument where the user can select if the settings are loaded from XML or the excel configuration spreadsheet. The default setting for this switch could be xml.

Something along these lines:
parser.add_argument('-sXL', action="settings_from_xl", default=false)

What do you think?

@n0v1c3
Copy link
Collaborator Author

n0v1c3 commented Aug 5, 2017

If it is a settings only file I would suggest JSON so it could also be a string arg

tbl2xml -s <path to json file> and tbl2xml -s <json string>

This way scripts other scripts can build a json string and use this one or have a common file.

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

No branches or pull requests

2 participants