Commit 9431e5f5 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[parsers] add WOS_ZIP

parent ba645886
Pipeline #2536 failed with stage
in 25 minutes and 53 seconds
......@@ -271,8 +271,9 @@ addToCorpusWithForm user cid (NewWithForm ft d l _n) logStatus jobLog = do
parse = case ft of
CSV_HAL -> Parser.parseFormat Parser.CsvHal
CSV -> Parser.parseFormat Parser.CsvGargV3
WOS -> Parser.parseFormat Parser.WOS
PresseRIS -> Parser.parseFormat Parser.RisPresse
WOS -> Parser.parseFormat Parser.WOS
WOS_ZIP -> Parser.parseFormat Parser.WOS_ZIP
ZIP -> Parser.parseFormat Parser.ZIP
-- TODO granularity of the logStatus
......
......@@ -45,6 +45,7 @@ data FileType = CSV
| CSV_HAL
| PresseRIS
| WOS
| WOS_ZIP
| ZIP
deriving (Eq, Show, Generic)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment