Hello all,
I have a text file that has no column name and no separator. instead, i have to get the values by the position.
Eg: from 1 - 13 ID, 14 - 17 Name, etc.
i'm able to get the first one, however when i try to collect the second column, i'm getting a whole different thing. instead of getting the charachters from the starting to finish position, i get a different thing. Any ideas on how to accomplish this?