Skip to main content

Unsupported File Type

Use this page when a file request fails because the uploaded file type is not supported by the selected endpoint.

Symptoms

You may see:

  • Unsupported file type
  • Only .csv, .xlsx, and .xls files are accepted
  • Only .docx files are accepted
  • Only .pdf files are accepted
  • Only .txt files are accepted
  • A dashboard message asking you to upload a supported file

Supported File Types

Current file de-identification supports:

File typeNotes
.csvSupported by the CSV/tabular endpoint.
.xlsxSupported by the CSV/tabular endpoint.
.xlsSupported by the CSV/tabular endpoint.
.docxSupported by the DOCX endpoint. Convert .doc files first.
.pdfSupported when the PDF has extractable text.
.txtSupported by the TXT endpoint.

Dashboard upload may accept .doc, but the API endpoint requires .docx. Convert legacy Word files before upload if the request fails.

Likely Causes

Common causes include:

  • The file extension is not supported.
  • The wrong endpoint was used for the file type.
  • A legacy .doc file was uploaded instead of .docx.
  • The file was renamed without converting its actual format.

How to Fix

  • Convert the file to a supported type.
  • Use the endpoint that matches the file type.
  • Export spreadsheet files as .csv, .xlsx, or .xls.
  • Export Word files as .docx.
  • Use a text-based PDF for PDF processing.