RosettaCodeData/Task/CSV-to-HTML-translation/PowerShell/csv-to-html-translation-1.psh

2 lines
96 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
Import-Csv -Path .\csv_html_test.csv | ConvertTo-Html -Fragment | Out-File .\csv_html_test.html