Commit e3684d73 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Parser WOS

parent aaf48a73
Pipeline #2048 failed with stage
in 89 minutes and 29 seconds
...@@ -63,6 +63,7 @@ instance FromHttpApiData FileType ...@@ -63,6 +63,7 @@ instance FromHttpApiData FileType
parseUrlPiece "CSV_HAL" = pure CSV_HAL parseUrlPiece "CSV_HAL" = pure CSV_HAL
parseUrlPiece "PresseRis" = pure PresseRIS parseUrlPiece "PresseRis" = pure PresseRIS
parseUrlPiece "ZIP" = pure ZIP parseUrlPiece "ZIP" = pure ZIP
parseUrlPiece "WOS" = pure WOS
parseUrlPiece _ = pure CSV -- TODO error here parseUrlPiece _ = pure CSV -- TODO error here
......
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