I have a CSV file that looks like this. (I got this from Blackberry SMS Logs)
"Name.ID","Email Address","Type of Message","To","From","Call
back Phone Number","Body","Send/Recei
ved Date","Server Log Date","Overall Message Status","Command","UID"
"John Doe.557","jdoe@xxxx.com","
Incoming",
"","191744
44444","",
"looks like the servers rebooted..","2008/04/06 01:22:35","2008/04/05 21:33:30","Rx_Received","A
dd","55914
5256"
I want to use something like VB Script or Excel (in a script) to read this CSV file and then convert it to text to columns and save it so that each Field appears in each column.
Start Free Trial