Import Data From CSV
Import Data From CSV
Comments
-
Hi,
I am using the attached .csv file to import data into my data structure, but I am having issues importing all my data. I created my data structure in Decisions with all column fields to match my csv. What could cause only one row data to be successfully saved to the Database? Also, I noticed that id values werent saved to the DB either.
-
Hi there,
Im able to recreate this issue provided your csv. To have the id field populated in the Database, it should be removed from the csv file as a column. Decisions will create an id field for the table as its Primary Key. By doing this, both rows should load into the DB fine.