Hello!
I have two files:
- Text File.txt - this is the file that I hope to parse out through the delimiter file
- Delimiters.xlsx - this has 179 delimiters that I need to use to parse out the Text File data
As stated above, I would like to use the Delimiters file (which has a lot of delimiters) to parse out the Text File. What I had initially done was: I brought in the Text File as a Flat file and then try to delimit by width, but realized that it needed to be parsed by character length.
Any thoughts would be much appreciated! Thank you!