Hello everyone!
So I've run into bit of an issue regarding uploading my .csv-file using the Sync API. I use Insomnia as my API client.
So what's done so far:
I've created an excel-file, made a bunch of headers and added some fill text to each header.
Then I've saved this as a .csv-file.
In Insomnia, I've made use of the Binary file body and uploaded the .csv. All good. The file is sent to Airtable.
Here is the issue. When importing the file to Airtable, it tells me that only one field exist and this field contains all of the headers I've made in the .csv-file. How come?
Hope that someone can help me figure this out. Thanks!