Hi,
I'm trying to create a new table using CSV file with field name and data type only, without sample data using Airtable interface, not API.
For ex,
Field 1,Field 2,Field 3
text,number,date
The expected output is a table with three fields named “Field 1”, “Field 2”, and “Field 3”. The first field should be a text field, the second field should be a number field, and the third field should be a date field.
However, instead of setting the data type for each field, the second row was treated as a record.
I tried a different format and result is the same. Row 1 is treated as field names, and rest of the rows below were records:
Field Name,Data Type
Name,Single line text
Email,Email
Phone,Phone number
Address,Address
Date,Date
Status,Single select
Notes,Long text
Truly Appreciate any help you can provide.