DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7064>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7064 CSVParser.java doesn't handle empty fields ------- Additional Comments From [EMAIL PROTECTED] 2002-05-20 22:10 ------- I fixed this. There are however some things that need attention : - I assume that empty fields are not added to the ValueParser so if you have a file like : field1,field2,field3 1,,3 The ValueParser will only contain field1 and field3, with the correct values. If that needs to be addressed, let me know, the fix should be quite quick.. I also need a tester in the real world, since I don't actually have turbine running here, I had to change the code, so it doesn't call any TurbineResource stuff anymore, so I could actually test the chanages. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
