Convert OFX files to plain text
June 10th, 2008 by chris
My bank provides OFX format files for download from their Internet banking website. This short perl script ofx2txt converts these into tab delimited text files suitable to be opened in Excel.
June 10th, 2008 by chris
My bank provides OFX format files for download from their Internet banking website. This short perl script ofx2txt converts these into tab delimited text files suitable to be opened in Excel.
Wow — sounds like exactly what I need. …. but…..
I clicked on the link for the word ofx2txt and it returned an error stating that there was no such file on the server.
Where would I find the script?
Do I need anything installed on my PC in order to run a perl script? (sorry — don’t know anything about perl, other than it is a programming language)
Thanks!
Oops. I forgot to upload the file. I have now fixed the problem.
To use a perl script, you need to install perl. The easiest way is to run http://www.cygwin.com/setup.exe and select it from there.