You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Zoltan Farago (Jira)" <ji...@apache.org> on 2020/02/06 09:40:00 UTC

[jira] [Commented] (CONNECTORS-1617) Date format extraction problem in XLS/XLSX

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

Zoltan Farago commented on CONNECTORS-1617:
-------------------------------------------

[~daddywri] could you please help us and assign this task to an active developer? thank you in advance

> Date format extraction problem in XLS/XLSX
> ------------------------------------------
>
>                 Key: CONNECTORS-1617
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1617
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Tika extractor, Tika service connector
>    Affects Versions: ManifoldCF 2.10
>            Reporter: Zoltan Farago
>            Priority: Major
>         Attachments: exceldatum.xlsx
>
>
> Currently TIKA/ManifoldCF 2.10 extracts dates from the attached file tis way:
> 2018.05.10 -> 10/05/18
> 2002.02.02 -> 2/2/2
> We need this format:
> 2018.05.10 -> 2018-05-10
> 2002.02.02 -> 2002-02-02
> This occurs only when the field type is date. When the field type is text then the output is fine.
>  
> Please help us with a recommendation with any settings in the pipeline (Tika configs, excel setting, OS local settings, etc.), or provide a fix. 



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