Contribute

DSCEA results to CSV Examples

Example 1: Convert result data stored in a results.xml file to CSV using full file paths

PS C:\> Convert-DSCEAresultsToCSV -InputXML C:\Users\username\Documents\DSCEA\results.20170401-2252-51.xml -OutFile C:\Users\username\Documents\DSCEA\output.csv

This command will convert the XML file supplied for the InputXML parameter to a CSV file saved to the location supplied for the OutFile parameter.

Example 2: Convert result data stored in a results.xml file to CSV using the most recent XML file in your current directory

PS C:\Users\username\Documents\DSCEA\> Convert-DSCEAresultsToCSV

This command will attempt to convert the most recent XML file found in your current directory to a CSV file called output.csv and it will save this file in your current directory.