Preflight checks export

@Jean-Marc Is there a way to change or add the ability to export the preflight checks output as a csv or json? Looking at integrating this into a powerbi form. The html export is nice but no way to get that into powerbi easily. I am looking into how powerbi can absorb html but I wanted to get your thoughts.

This feature has to be added. It is quite simple to add. I originally omitted it because of more simple initial commit of this tool.

It can be done in the end of the script or you can have special script for batch processing (without graphical output) which saves output to csv. This CSV is then read by Power BI.

Example

1 Like