Upload CSV file using the API

I can upload a CSV file through the website, choose the table I want to import to, and set the mapping.

Is there a way to upload a gzipped CSV file using the API?

Assume this would be several megabytes. Do I have to put it into Ragic’s API format, or can I just upload it as a CSV file.

In any case, what are the upload limits?

1 Like

The feature that’s the closest to what you’re describing is the Import From URL function, as it will periodically import data fetching from a URL.

Here are the file size limits:
.xlsx:10MB / .xls:10MB / .csv:200MB

I have to loop through all records when uploading via API.
Wish we have a command like this, bulk upload in an format like xaml or json with one command.