[jira] Resolved: (SANDBOX-189) CharBuffer is too slow.

2007-03-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SANDBOX-189. -- Resolution: Fixed I just committed this change. Thanks for the patch Miyabe! CharBuffer is

[jira] Resolved: (SANDBOX-173) CSVParser.getLine() blocks until char after eol is recieved.

2007-01-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SANDBOX-173. -- Resolution: Fixed I just committed this patch. Thanks Erik! CSVParser.getLine() blocks

[jira] Commented: (SANDBOX-173) CSVParser.getLine() blocks until char after eol is recieved.

2007-01-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465847 ] Yonik Seeley commented on SANDBOX-173: -- If processing depends on a lookahead, I don't see how one could not

[jira] Resolved: (SANDBOX-182) Excel strategy separator error

2006-12-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-182?page=all ] Yonik Seeley resolved SANDBOX-182. -- Resolution: Fixed Assignee: Yonik Seeley Change committed. Excel strategy separator error -- Key:

[jira] Created: (SANDBOX-182) Excel strategy separator error

2006-12-07 Thread Yonik Seeley (JIRA)
Excel strategy separator error -- Key: SANDBOX-182 URL: http://issues.apache.org/jira/browse/SANDBOX-182 Project: Commons Sandbox Issue Type: Bug Components: CSV Reporter: Yonik Seeley

[jira] Commented: (SANDBOX-182) Excel strategy separator error

2006-12-07 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-182?page=comments#action_12456602 ] Yonik Seeley commented on SANDBOX-182: -- I did a number of tests with my current version of Excel. save as csv types do use commas, with double quotes as

[jira] Resolved: (SANDBOX-180) CSVParser allow strategy in constructor

2006-11-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-180?page=all ] Yonik Seeley resolved SANDBOX-180. -- Resolution: Fixed Committed. CSVParser allow strategy in constructor --- Key: SANDBOX-180

[jira] Commented: (SANDBOX-181) CSVStrategy.clone()

2006-11-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-181?page=comments#action_12451515 ] Yonik Seeley commented on SANDBOX-181: -- Committed with minor changes (but not closed as I don't have the right JIRA perms yet) CSVStrategy.clone()

[jira] Updated: (SANDBOX-181) CSVStrategy.clone()

2006-11-14 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-181?page=all ] Yonik Seeley updated SANDBOX-181: - Attachment: strategy_clone.patch CSVStrategy.clone() --- Key: SANDBOX-181 URL:

[jira] Created: (SANDBOX-180) CSVParser allow strategy in constructor

2006-11-13 Thread Yonik Seeley (JIRA)
CSVParser allow strategy in constructor --- Key: SANDBOX-180 URL: http://issues.apache.org/jira/browse/SANDBOX-180 Project: Commons Sandbox Issue Type: Improvement Components: CSV

[jira] Commented: (SANDBOX-161) CSVPrinter#escapeAndQuote(String) doesn't adhere to CSV standard

2006-11-06 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-161?page=comments#action_12447474 ] Yonik Seeley commented on SANDBOX-161: -- While correct CVS escaping/parsing should definitely be supported, I think backslash escaping should be retained as