New BETA AWK CSV Parser
As Mentioned before on Sunday, December 21, 2008 I've been working on a new version of my AWK CSV parser. Working two jobs and trying to spend time with my Wife consumes an tremendous amount of my time. So unfortunately I have not made very fast progress. I have put up a new BETA version on my website. This still needs more testing, but it is working quite well thus far.
This has many major changes. The function has been renamed and more functions created. The error reporting has changed dramatically. There is also a new function that takes an array and creates a CSV string. I also changed the parser to start array counting at 1. This should put it more in line with how split() works. Please let me know if there are any problems. Either here as a comment or via email @ "LoranceStinson+CSV" at GMAIL dot "The usual".
Please keep in mind this is a BETA version. I have not created a test suite for this yet. Once I get a chance I will work on that. I'm also working to rewrite my CSV Utilities to not only incorporate this new version of the parser but they are also getting some major work done to them as well. I'm changing option handling and will write proper documentation and a complete testing suite.

