Ajay
2
Q:

convert csv to json powershell code

Get-Content -path source.csv | ConvertFrom-Csv -Delimiter ',' | ConvertTo-Json | Out-File output.json  
0

New to Communities?

Join the community