I have a text file that is sent from a mobile device through a modem, via cell phone, then through a host modem into my computer. The text file comes over as
Record Number
Van Number
Date Time
Problem Type
License Number
Longitude
Latitude
When I try to import it creates 7 record in the Record Number column. Is there a way to parse this so the the text file reads
Record Number, Van Number, Date Time, Problem Type, License Number, Longitude, Latitude
All on one line.
Thanks for your help.
Record Number
Van Number
Date Time
Problem Type
License Number
Longitude
Latitude
When I try to import it creates 7 record in the Record Number column. Is there a way to parse this so the the text file reads
Record Number, Van Number, Date Time, Problem Type, License Number, Longitude, Latitude
All on one line.
Thanks for your help.