RosettaCodeData/Task/CSV-to-HTML-translation/PowerShell/csv-to-html-translation-1.ps1
2026-04-30 12:34:36 -04:00

1 line
96 B
PowerShell

Import-Csv -Path .\csv_html_test.csv | ConvertTo-Html -Fragment | Out-File .\csv_html_test.html