Hi,
I have a text file that looks like this:
abcbs,adbsd,,,,,,
adsdfd,afdsf,,,,,,
adfsd13,1232dfsfe,,,,,,
And I want to insert a string after the second comma that looks like this:
abcbs,adbsd,string,,,,,
adsdfd,afdsf,string,,,,,
adfsd13,1232dfsfe,string,,,,,
Thanks,
SP
I have a text file that looks like this:
abcbs,adbsd,,,,,,
adsdfd,afdsf,,,,,,
adfsd13,1232dfsfe,,,,,,
And I want to insert a string after the second comma that looks like this:
abcbs,adbsd,string,,,,,
adsdfd,afdsf,string,,,,,
adfsd13,1232dfsfe,string,,,,,
Thanks,
SP