Skip to content

Commit

Permalink
actions x-fmt/13, x-fmt/111 set default action to reidentify, add cop…
Browse files Browse the repository at this point in the history
…y converter on reidentify failure
  • Loading branch information
MatteoCampinoti94 committed Nov 1, 2023
1 parent 6e94ae7 commit c861ba3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2237,14 +2237,19 @@ x-fmt/10:
- pdf
x-fmt/13:
name: Tab-separated values
action: convert
action: reidentify
convert:
- converter: copy
converter_type: master
outputs:
- tab
- converter: text
converter_type: statutory
outputs:
- tif
reidentify:
reasoning: .TAB-files related to GIS is sometimes identified as plaintext
onfail: convert
x-fmt/17:
name: Microsoft Excel Template 97-2003
action: convert
Expand Down Expand Up @@ -2357,14 +2362,19 @@ x-fmt/107:
reasoning: An configuration file for AutoCAD used while designing. Not preservation-worthy
x-fmt/111:
name: Plain Text File
action: convert
action: reidentify
convert:
- converter: copy
converter_type: master
outputs:
- tab
- converter: text
converter_type: statutory
outputs:
- tif
reidentify:
reasoning: .TAB-files related to GIS is sometimes identified as plaintext
onfail: convert
x-fmt/114:
name: Lotus 1-2-3 Worksheet (2.0)
action: convert
Expand Down

0 comments on commit c861ba3

Please sign in to comment.