You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2020/06/03 16:10:26 UTC

[GitHub] [tika] KranthiGV commented on a change in pull request #317: fix for TIKA-3089 contributed by pvanderweerd

KranthiGV commented on a change in pull request #317:
URL: https://github.com/apache/tika/pull/317#discussion_r434687071



##########
File path: tika-parsers/src/main/java/org/apache/tika/parser/csv/TextAndCSVParser.java
##########
@@ -306,7 +306,6 @@ private CSVParams getOverride(Metadata metadata) {
 
         String delimiterString = mediaType.getParameters().get(DELIMITER);
         if (delimiterString == null) {
-            return new CSVParams(mediaType, charset);

Review comment:
       You can revert it and commit the changes to your branch. It'd automatically show up in this PR.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org