bbfdm/tools
Suvendhu Hansa 248a8e2053 Handle param information from xml and json
* Added handilng to add description from BBF's DM xml file to converted json file.
* Change DM aggregation in temp txt file from CSV format to JSON
* Added "dm_json_files" in tools_input.json file to define the path of Json files having more details about DM parameters
* Added support to read DM param description from json plugin and update it in "datamodel_default.xml"
* Added support to read the description from defined "dm_json_files" in case description of param is not present in json plugin
* Added support to read the description from defined "dm_json_files" in case datamodel param defined in 'C' code
* Added enum and list type DM parameter in generated "datamodel_default.xml"
2022-09-28 08:46:30 +00:00
..
.gitignore Added similar input options across tools 2021-07-21 09:55:29 +00:00
bbf_common.py Handle param information from xml and json 2022-09-28 08:46:30 +00:00
convert_dm_json_to_c.py Ticket refs #6892: Parameters used for pathname reference cannot be set to empty 2022-01-10 10:20:03 +01:00
convert_dm_xml_to_json.py Handle param information from xml and json 2022-09-28 08:46:30 +00:00
generate_dm.py Handle param information from xml and json 2022-09-28 08:46:30 +00:00
generate_dm_excel.py Handle param information from xml and json 2022-09-28 08:46:30 +00:00
generate_dm_xml.py Handle param information from xml and json 2022-09-28 08:46:30 +00:00
tools_input.json Handle param information from xml and json 2022-09-28 08:46:30 +00:00
validate_json_plugin.py tools: improve the JSON validation plugin 2021-11-26 09:42:38 +01:00