jack 1 month ago
parent
commit
9beff3289a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      py/core/providers/ingestion/unstructured/base.py

+ 1 - 1
py/core/providers/ingestion/unstructured/base.py

@@ -98,7 +98,7 @@ class UnstructuredIngestionProvider(IngestionProvider):
         DocumentType.XLSX: [parsers.XLSXParser],  # type: ignore
         #DocumentType.DOC: [parsers.DOCParser],  # type: ignore
         DocumentType.PPT: [parsers.PPTParser],  # type: ignore
-        DocumentType.CSV: [parsers.CSVParserAdvanced],  # type: ignore
+        DocumentType.CSV: [parsers.CSVParser],  # type: ignore
     }
 
     EXTRA_PARSERS = {