I need to parse and transform a text file in a propietary format as a csv file. each event would be a seperate column heading and I need to also grab all the information after the second ===== in each section.
Here is an example of the text that needs to be transformed: I have a text file here:
http://www.pausatf.org/data/2008/ytfregion14results.txtAny example code would be appreciated.
Start Free Trial