I have a data import problem. I think it is because the import data is just one long string of data without any tabs new line etc.
How can I get the data below (Example 1) which is in a text file to look like (Example 2)
Example 1
40693,1423,137,40694,1897,137,40695,1896,137,40696,2069,137,40697,1939,137,40700,2092,137,40701,2017,137,40702,1909,137,40703,1978,137,40704,1917,137,40707,1942,137,
Example 2 (Without Comma each value in a cell)
Row 1
40693,1423,137,
Row 2
40694,1897,137,
Row 3
40695,1896,137,
Etc
Thank you in advance for any assistance
How can I get the data below (Example 1) which is in a text file to look like (Example 2)
Example 1
40693,1423,137,40694,1897,137,40695,1896,137,40696,2069,137,40697,1939,137,40700,2092,137,40701,2017,137,40702,1909,137,40703,1978,137,40704,1917,137,40707,1942,137,
Example 2 (Without Comma each value in a cell)
Row 1
40693,1423,137,
Row 2
40694,1897,137,
Row 3
40695,1896,137,
Etc
Thank you in advance for any assistance