Dev_Local:
Yes, so where can I find documentation on that?
We don’t document that because it’s a bit out of scope, and depends on what exactly you’re trying to do. A quick search shows a few online tools that do this conversion, and you can al...
There’s no way to import a CSV directly with the API, but you can convert CSV to JSON, which our API accepts.
So rather than CSV → Airtable, you’d do CSV → JSON → Airtable.
Does that make sense?
Gustavo_Costa:
I sugest that the error return array be more explanatory about the error and show the values received. This will help debug the problem.
We’ve thought about improving API error messages and will keep this in mind as we work on f...