Hi all,
I did a search on this site to find threads where people were talking about finding a variable length number in a text file and came up with no results. So, I'm asking :)
I have a text file with hundreds of lines of data in it. One piece of data I need is a variable length number in the middle of a string delimited by "|" without the quotes, and the other is found in "["count"] = xx" again without the outermost quotes and where "xx" is up to a four digit number that I need.
After I have found a way to identify these values (item ID and the number of those items) I need to output the results to a separate file.