Dear all
I have a file which looks like this
xxxxxxxxxxxxxx,xxx,xxxxxxxxxx
xxxxxxxxxxxxxx,xxx,xxxxxxxxxx
etc
basically 14 characters then a comma, three characters, then a comma then 10 characters. We are uploading this file to our mainframe and they want the commas removed, so it looks like this
xxxxxxxxxxxxxxxxxxxxxxxxxxx
Has anybody got any ideas on how to do this?. Note, the file will always be the same format, but will vary in the number of lines
Any help would be greatly appreciated
I have a file which looks like this
xxxxxxxxxxxxxx,xxx,xxxxxxxxxx
xxxxxxxxxxxxxx,xxx,xxxxxxxxxx
etc
basically 14 characters then a comma, three characters, then a comma then 10 characters. We are uploading this file to our mainframe and they want the commas removed, so it looks like this
xxxxxxxxxxxxxxxxxxxxxxxxxxx
Has anybody got any ideas on how to do this?. Note, the file will always be the same format, but will vary in the number of lines
Any help would be greatly appreciated