3 lines
69 B
PowerShell
3 lines
69 B
PowerShell
|
param($file)
|
||
|
|
||
|
Import-Csv $file | ConvertTo-Json > "$file$(".json")"
|