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

2 lines
96 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Import-Csv -Path .\csv_html_test.csv | ConvertTo-Html -Fragment | Out-File .\csv_html_test.html