I have a CSV file (my database) with 800+ records and I need to import this in Webflow CMS and I am wondering what the best way is to structure my CSV to be compatible with Webflow’s CMS as I don’t know the records limitation of Webflow’s CMS?
Currently I have two options in terms of CSV structure:
- Option 1 (horizontally): one row with all the records on the columns (leaving me with 800+ columns. )
- Option 2 (vertically): one column with all the records on the rows (leaving me with 800+ rows.)
As I don’t know that Webflow’s maximum records is per CMS Item/Collection, I was wondering what the best structure is?
Here is my public share link: LINK
(how to access public share link)