
Originally Posted by
usachrisk
It's a bit of work, but here's a good hint. First, CFLOOP over the file using carriage returns (chr(10) or chr(13)) as a delimiter. You'll now be able to look at the file line by line. Then, treat the individual line as a list, using : as a delimiter. Now your left side is the "column", and the right side is the "value". You may have to trim the values and remove any carriage return codes from them, but once you get this far, you should be well on your way.
I'm not sure how well you work with ColdFusion, so please let me know if you need clarificiation on anything above.
Bookmarks