You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Checking the logs after a batch import (by that I mean the movement of a folder of files into the consume directory for processing via the comer polling option) it was unable a few and this bug is to highlight how it processed two csv files.
Opening the two files up outside of paperless they open and it renders as a csv file no problem
I’m not entirely sure what Paperless would do with csv, i assumed it would use OCR and import without an error
Screenshots Webserver logs
btbill20090108ref5644200901133355.csv: Unsupported mime type application/csv : Traceback (most recent call last):
File "/usr/src/paperless/src/src/django-q/django_q/cluster.py", line 454, in worker
res = f(*task["args"], **task["kwargs"])
File "/usr/src/paperless/src/documents/tasks.py", line 154, in consume_file
document = Consumer().try_consume_file(
File "/usr/src/paperless/src/documents/consumer.py", line 281, in try_consume_file
self._fail(MESSAGE_UNSUPPORTED_TYPE, f"Unsupported mime type {mime_type}")
File "/usr/src/paperless/src/documents/consumer.py", line 90, in _fail
raise ConsumerError(f"{self.filename}: {log_message or message}") from exception
documents.consumer.ConsumerError: btbill20090108ref5644200901133355.csv: Unsupported mime type application/csv
Relevant information
Host OS of the machine running paperless: [QNAP Linux]
Browser [iOS Safari]
Version [1.9.2]
Installation method: [Docker]
Any configuration changes you made : [docker compose below]
Describe the bug
Checking the logs after a batch import (by that I mean the movement of a folder of files into the consume directory for processing via the comer polling option) it was unable a few and this bug is to highlight how it processed two csv files.
Opening the two files up outside of paperless they open and it renders as a csv file no problem
I have checked file mime-type via command line.
To Reproduce
Example file attached (this was the csv download option provided by the telephone supplier)
btbill20090108ref5644200907240737.csv
Expected behavior
I’m not entirely sure what Paperless would do with csv, i assumed it would use OCR and import without an error
Screenshots
Webserver logs
Relevant information
The text was updated successfully, but these errors were encountered: