Excel importer #634
Replies: 3 comments 1 reply
-
Definitely yes!
Good question. Basic Excel export is in The best existing folder would probably be I am also open to considering alternatives. |
Beta Was this translation helpful? Give feedback.
-
I have made a few changes. Here are some of them:
Your idea of auto-detecting the fields is a good one for now (this is why I have renamed the parser argument from "sdoc" to "basic"). However, the autodetection will not scale if I or anyone else would like to implement a full SDoc-Excel-SDoc roundtrip because then you would not know how to export the detected fields back to Excel. For this very reason, I was going to introduce the TOML config file where a field map for ReqIF as well as Excel could be specified: #587. That feature is quite easy to implement, one only needs to design the TOML schema with some scalability in mind. Your note |
Beta Was this translation helpful? Give feedback.
-
Thanks 🥳
Yeah... roundtripping the strictdoc requirements is something I think some teams could benefit from. But for my part I want to stop editing requirements in excel so I don't foresee putting any effort into that, sorry. |
Beta Was this translation helpful? Give feedback.
-
We implemented a simple excel importer that takes the first sheet, finds well-kwown columns via header strings and creates custom grammar for all the other columns. It is MIT licensed here https://github.com/nmfta-repo/nmfta-vehicle_cybersecurity_requirements/blob/0240a08f0ff0024ba093930ff37cc1589de25b67/scripts/import-tsrm.py#L22
Is this a candidate for inclusion into strictdoc (only csv import/export was on your backlog)?
If yes, where's the best place to put it in the file-tree?
Beta Was this translation helpful? Give feedback.
All reactions