chrisiboy
10-29-2012, 07:45 AM
Hi Guys,
How would I take a csv file and change the format of it?
I have the following : It's a CSV file that looks exactly like the below
IMSI, ICCID, MSISDN
901112112542731, 898709912412543000, 870772332028
I want it to look like the below : >Only it should be saved as an excel file
IMSI,901112112542731
ICCID,898709912412543000
MSISDN,870772332028
How would I take a csv file and change the format of it?
I have the following : It's a CSV file that looks exactly like the below
IMSI, ICCID, MSISDN
901112112542731, 898709912412543000, 870772332028
I want it to look like the below : >Only it should be saved as an excel file
IMSI,901112112542731
ICCID,898709912412543000
MSISDN,870772332028