


here is video on how to generate Powershell script from Csv file:


here is video on how to convert excel table to powershell .ps1 script:

Html table to Powershell
If you want to automate conversion or avoid user Interface (UI) and run "Html table to Powershell" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\HtmltabletoPowershell\HtmltabletoPowershell.exe" inputpage.html outputfile.ps1



Pipe csv to Powershell


here is video how to put data from Xls table to Powershell script:


here is video on how to convert Xml datafile into Powershell script:

here is video on how to convert Tab delimited file to Powershell script
If you want to automate conversion or avoid user Interface (UI) and run "Tab to Powershell" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\TabtoPowershell\TabtoPowershell.exe" inputfile.tab outputfile.ps1

here is video on how to convert yaml file to Powershell script:
If you wish to automate the conversion process, bypass the User Interface (UI), and execute the "Tab to Powershell" application from the command line, here is an example of how to do it:"
"C:\Program Files (x86)\WhiterockSoftware\YamltoPowershell\YamltoPowershell.exe" inputfile.yml outputfile.ps1