aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ingest_file.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-06 18:20:24 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-15 18:15:29 -0700
commitbff5da3971aa3ad458da048926da5c35252f1fb9 (patch)
tree8700cf7b09458bee43fd7870caf006b729d05120 /python/sandcrawler/ingest_file.py
parentf98f6226097ac34cf8a57ee09a4feea9171addfe (diff)
downloadsandcrawler-bff5da3971aa3ad458da048926da5c35252f1fb9.tar.gz
sandcrawler-bff5da3971aa3ad458da048926da5c35252f1fb9.zip
component ingest support for dataverse files (individual)
Diffstat (limited to 'python/sandcrawler/ingest_file.py')
-rw-r--r--python/sandcrawler/ingest_file.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/sandcrawler/ingest_file.py b/python/sandcrawler/ingest_file.py
index 305a5d1..ce38e13 100644
--- a/python/sandcrawler/ingest_file.py
+++ b/python/sandcrawler/ingest_file.py
@@ -194,6 +194,10 @@ class IngestFileWorker(SandcrawlerWorker):
"video/mpeg",
"text/plain",
"text/csv",
+ "text/x-r-source", # dataverse
+ "text/tab-separated-values", # dataverse
+ "text/x-rst", # dataverse
+ "application/x-rlang-transport", # dataverse
"application/json",
"application/xml",
"application/pdf",