Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Replace output csv from commas to zero

$
0
0

I have a script that outputs csv with number of user per app

122,22,3,4,6

Then it imported into sql table which works

If the output csv contains commas instead of a number if fails because the sql table can not map not values

122,22,,,6

Can I create a script so it will replace the , with zero then output the file


Viewing all articles
Browse latest Browse all 6937

Trending Articles