I searched for quite some time to find examples of Coldfusion parsing OFX files but can't find anything. Can anyone please assist with some sample code or point me in the right direction?
Parse OFX (Open Financial Exchange document) using Coldfusion
671 views Asked by Marthinus Strydom At
2
I have built a library that parses out ZIP XML files like
.docx. You might want to try it out.First see if you can unzip and read the files
The result then needs to go to a recursive parser. See:
https://coldfusion.adobe.com/2018/11/extracting-text-html-out-word-docx-files/ https://github.com/jmohler1970/WordExtractor_demo https://github.com/jmohler1970/WordExtractor