Guest_imported
New member
- Jan 1, 1970
- 0
How do I obtain specific data from a text file line? For example, I have to create a file with specific data in another text file. The data I need is always in characters 20-29 of a line in the file. What I need to do is just retrieve this data to create this other file. I was using CSV files in the past but now my new customers only provide me text files.
Anyone know what I need to to extract data from a specific spot in a text file? I know I can do this in VB, but can I do it in Coldfusion?
Thanks for any help.