MMedianDocsCreate documents
← All guidesGUIDE · 4 min read

How to Prepare a CSV File for MedianDocs

Avoid import errors with a clean, predictable CSV structure.

Start with a header row

The first row must contain column names. Every following row should represent one document.

Use UTF-8 encoding

Save the CSV as UTF-8 so names and international characters remain correct.

Remove empty rows

Delete unused rows and confirm that important fields are present before uploading. A small test file is useful before processing a full batch.