You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Caleb Cushing (Jira)" <ji...@apache.org> on 2021/04/27 12:03:00 UTC

[jira] [Updated] (TIKA-3373) add "yml" as extension

     [ https://issues.apache.org/jira/browse/TIKA-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Caleb Cushing updated TIKA-3373:
--------------------------------
    Description: 
seems that the tika definition for yaml only includes `yaml` as a valid file extension. It would be good to include the more common `yml` Also maybe good to include more mime-type names for yaml, but seems that's up to debate (I originally assumed `application/yaml` ) https://stackoverflow.com/q/332129/206466

```
❯ xdg-mime query filetype .config/brix/java/module.yml                                                                                     # brix -> ccushing/copy-5 + !
application/x-yaml
```

  was:seems that the tika definition for yaml only includes `yaml` as a valid file extension. It would be good to include the more common `yml` Also maybe good to include more mime-type names for yaml, but seems that's up to debate (I originally assumed `application/yaml` ) https://stackoverflow.com/q/332129/206466


> add "yml" as extension
> ----------------------
>
>                 Key: TIKA-3373
>                 URL: https://issues.apache.org/jira/browse/TIKA-3373
>             Project: Tika
>          Issue Type: New Feature
>            Reporter: Caleb Cushing
>            Priority: Major
>
> seems that the tika definition for yaml only includes `yaml` as a valid file extension. It would be good to include the more common `yml` Also maybe good to include more mime-type names for yaml, but seems that's up to debate (I originally assumed `application/yaml` ) https://stackoverflow.com/q/332129/206466
> ```
> ❯ xdg-mime query filetype .config/brix/java/module.yml                                                                                     # brix -> ccushing/copy-5 + !
> application/x-yaml
> ```



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