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

[parsers] add WOS_ZIP

parent ba645886
...@@ -271,8 +271,9 @@ addToCorpusWithForm user cid (NewWithForm ft d l _n) logStatus jobLog = do ...@@ -271,8 +271,9 @@ addToCorpusWithForm user cid (NewWithForm ft d l _n) logStatus jobLog = do
parse = case ft of parse = case ft of
CSV_HAL -> Parser.parseFormat Parser.CsvHal CSV_HAL -> Parser.parseFormat Parser.CsvHal
CSV -> Parser.parseFormat Parser.CsvGargV3 CSV -> Parser.parseFormat Parser.CsvGargV3
WOS -> Parser.parseFormat Parser.WOS
PresseRIS -> Parser.parseFormat Parser.RisPresse PresseRIS -> Parser.parseFormat Parser.RisPresse
WOS -> Parser.parseFormat Parser.WOS
WOS_ZIP -> Parser.parseFormat Parser.WOS_ZIP
ZIP -> Parser.parseFormat Parser.ZIP ZIP -> Parser.parseFormat Parser.ZIP
-- TODO granularity of the logStatus -- TODO granularity of the logStatus
......
...@@ -45,6 +45,7 @@ data FileType = CSV ...@@ -45,6 +45,7 @@ data FileType = CSV
| CSV_HAL | CSV_HAL
| PresseRIS | PresseRIS
| WOS | WOS
| WOS_ZIP
| ZIP | ZIP
deriving (Eq, Show, Generic) 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