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

2 lines
96 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
Import-Csv -Path .\csv_html_test.csv | ConvertTo-Html -Fragment | Out-File .\csv_html_test.html