vk_put_migratio_99c1d32d8e3a
Analyze a CSV file to auto-detect columns, delimiter, quote character, and date format, then get suggested column mappings for import.
Instructions
Detect CSV structure. Raw Vikunja REST proxy for PUT /migration/csv/detect. Analyzes a CSV file and returns auto-detected columns, delimiter, quote character, and date format with suggested column mappings. Pass multipart form data in the form field. File values use an object with filename, contentBase64 and optional contentType. Multi-file fields accept arrays. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Form fields: import. Required: import. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | Multipart form data fields: import (file, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload. |