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