[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-12 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17176206#comment-17176206 ] Peter Lee commented on TIKA-3155: - According to my understanding , here is how Tika handle csv file : 1.

[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-11 Thread Kenneth William Krugler (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175608#comment-17175608 ] Kenneth William Krugler commented on TIKA-3155: --- For the common cases, it would probably

[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-11 Thread Nick Burch (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175415#comment-17175415 ] Nick Burch commented on TIKA-3155: -- If we can use quote mode we should, it will make the output from Tika

[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-11 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175290#comment-17175290 ] Peter Lee commented on TIKA-3155: - We can do it inĀ _TextAndCSVParser_ like this {code:java} CSVFormat

[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-11 Thread Akash (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175289#comment-17175289 ] Akash commented on TIKA-3155: -

[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-11 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175286#comment-17175286 ] Peter Lee commented on TIKA-3155: - Hey. I think it's caused by the Quote Mode of Apache Commons CSV. We

[jira] [Commented] (TIKA-3155) Parse Error while extracting CSV files

2020-08-10 Thread chenshuming (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175213#comment-17175213 ] chenshuming commented on TIKA-3155: --- Here is why difference between tika version 1.9 and 1.24.1 : #