Перейти к содержимому
Начать

Your REST API — import & export with Mildport

Это содержимое пока не доступно на вашем языке.

The generic pattern: your users bring the file, Mildport maps and validates, your API owns the write — in either direction the file is the hard part.

  • From your REST API — export is your feature to build; here is where Mildport fits when the files come back.
  • Into your REST API — your users bring files; validated rows arrive at your endpoint.

Files in: CSV, TSV, Excel, ODS, JSON, XML — even PDF tables and scans. Mildport reads the file, matches its columns to the right fields, and flags anything it is not sure about. You (or your user) review before a single record is written — and the same file always maps the same way.