Hi Guys,
I have data in the following format and wish to extract characters from this based on character limit into multiple columns.
AAAA 1234567890JOHNNEWYORK
I have multiple columns into which this data has to be extracted based on the character count like - first 4 characters should go into column 1(ID), next 10 characters should go into column 2 (Phone Number), next 4 characters into column 3(First Name), next 15 characters into column 4(City) and so on, all of this data is in a text file. Can anyone guide me on how to go with this?
Thank you