JohnKauffman
New Member
- Joined
- Nov 1, 2012
- Messages
- 36
From another source I'm generating .txt with data in a string with records separate by semicolons and the two fields separated by a comma.
97,946;187,946;431,947;317,945;367,946;334,960;
I thought this would be an easy import where record=row and the two fields each get their own col. But during the import wizard when specifying the separation characters I don't see a way to indicate the distinction that comma is value separator and semicolon is record separator.
Anyone with a suggestion?
It is conceivable I could design source to create string with different separating characters as long as they are within lower ASCII.
Thanks.
97,946;187,946;431,947;317,945;367,946;334,960;
I thought this would be an easy import where record=row and the two fields each get their own col. But during the import wizard when specifying the separation characters I don't see a way to indicate the distinction that comma is value separator and semicolon is record separator.
Anyone with a suggestion?
It is conceivable I could design source to create string with different separating characters as long as they are within lower ASCII.
Thanks.