You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/03 16:11:00 UTC

[jira] [Commented] (TIKA-3089) Text should be wrapped in pre-tags instead of in p-tags

    [ https://issues.apache.org/jira/browse/TIKA-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125083#comment-17125083 ] 

ASF GitHub Bot commented on TIKA-3089:
--------------------------------------

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


> Text should be wrapped in pre-tags instead of in p-tags
> -------------------------------------------------------
>
>                 Key: TIKA-3089
>                 URL: https://issues.apache.org/jira/browse/TIKA-3089
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 1.24
>            Reporter: Peter van der Weerd
>            Priority: Minor
>
> Currently text is treated as normal html, which causes a drama in the possible layout. Like, line-endings are not honored, font is not fixed, etc.
>  
> By wrapping in pre-tags, the layout will be much better.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)