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 2019/08/13 10:41:00 UTC

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

Zoltan Farago created CONNECTORS-1617:
-----------------------------------------

             Summary: 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
         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
(v7.6.14#76016)