[jira] [Commented] (CSV-290) Produced CSV using PostgreSQL format cannot be read

2022-09-25 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609259#comment-17609259 ] Angus C commented on CSV-290: - https://github.com/apache/commons-csv/pull/265 > Produced CSV using PostgreSQL

[jira] [Commented] (CSV-290) Produced CSV using PostgreSQL format cannot be read

2022-09-25 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609257#comment-17609257 ] Angus C commented on CSV-290: - I tested in psql 14.5 Homebrew in Mac M1. for {{{}CSVFormat.POSTGRESQL_CSV{}}},

[jira] [Commented] (COLLECTIONS-814) CollectionUtils.removeAll() not throwing proper NullPointerException(NPE) if the first parameter is empty

2022-09-24 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609060#comment-17609060 ] Angus C commented on COLLECTIONS-814: - https://github.com/apache/commons-collections/pull/340 >

[jira] [Commented] (CSV-296) Delimiter followed by Whitespace then by Quotes Failing with setTrim(true)

2022-09-22 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17608438#comment-17608438 ] Angus C commented on CSV-296: - Use  setIgnoreSurroundingSpaces(true) > Delimiter followed by Whitespace then

[jira] [Commented] (CSV-295) Support for parallelism in CSVPrinter

2022-03-11 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505168#comment-17505168 ] Angus C commented on CSV-295: - Is it good to add synchronized in the core library which cause performance

[jira] [Comment Edited] (CSV-288) String delimiter (||) is not working as expected.

2022-02-15 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492428#comment-17492428 ] Angus C edited comment on CSV-288 at 2/15/22, 8:15 AM: --- In below line in Lexer.java,

[jira] [Commented] (CSV-288) String delimiter (||) is not working as expected.

2022-02-15 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492428#comment-17492428 ] Angus C commented on CSV-288: - In below line in Lexar.java, the isDelimiter() unintentionally advance the

[jira] [Comment Edited] (CSV-290) Produced CSV using PostgreSQL format cannot be read

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492340#comment-17492340 ] Angus C edited comment on CSV-290 at 2/15/22, 3:52 AM: --- Basically the "EOF reached"

[jira] [Commented] (CSV-290) Produced CSV using PostgreSQL format cannot be read

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492340#comment-17492340 ] Angus C commented on CSV-290: - Basically the "EOF reached" always happens if quote-char = escape-char.

[jira] [Comment Edited] (CSV-294) CSVFormat does not support explicit " as escape char

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492138#comment-17492138 ] Angus C edited comment on CSV-294 at 2/15/22, 3:37 AM: --- Even the input string ("a")

[jira] [Comment Edited] (CSV-294) CSVFormat does not support explicit " as escape char

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492138#comment-17492138 ] Angus C edited comment on CSV-294 at 2/14/22, 6:28 PM: --- Even the input string ("a")

[jira] [Comment Edited] (CSV-294) CSVFormat does not support explicit " as escape char

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492138#comment-17492138 ] Angus C edited comment on CSV-294 at 2/14/22, 6:28 PM: --- Even the input string ("a")

[jira] [Comment Edited] (CSV-294) CSVFormat does not support explicit " as escape char

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492138#comment-17492138 ] Angus C edited comment on CSV-294 at 2/14/22, 5:58 PM: --- Even the input string ("a")

[jira] [Commented] (CSV-294) CSVFormat does not support explicit " as escape char

2022-02-14 Thread Angus C (Jira)
[ https://issues.apache.org/jira/browse/CSV-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17492138#comment-17492138 ] Angus C commented on CSV-294: - Even the input string ("a") will cause the exception as Lexer.java treats the