Hi Team,
I have a delimited file ( delimiter is "."). When I am trying to send the file by using JCL in .csv format. I am getting all the fields in only one column.
Input
BALESH.123.ABC.789
Expected outcome:
BALESH 123 ABC 789 in four different columns on the .csv file.
Please help me to fix this.
Regards,
Balesh GG