Our site will have a requirement to transfer parts of the HTML report output from a test into a local MySQL database. As the basic text report is not delimited, it would be difficult to parse the results, which is why I have decided to use HTML for walking through the tables. However, I noticed that the tables do not contain any attributes to designate a name or ID. To simplify traversing the tables, would it be possible to have BITP to contain basic names and/or ID attributes for each table in the HTML report?
Just for clarification, this does not pertain to the cert file as the template is easily configured, but from what I can tell, the report output in HTML is hardcoded for the basic format.
Just for clarification, this does not pertain to the cert file as the template is easily configured, but from what I can tell, the report output in HTML is hardcoded for the basic format.
Comment