select file - approve field mapping - press the import - then i just get a spinning wheel
on the import screen and it never completes - no errors - just spins forever
any ideas? file format is a file i download from a duplicate database
edit and then upload to my backup database so format is consistent
i do it every week but now it doesnt work
The CSV file is missing the field names , in order to fix the problem:
First, export the schema from the destination collection.
Second, add the relevant data to the correct fields, and try importing again.
Your file wasn’t be saved as CSV file.
After opening the file, export it as CSV, and then you should be able to import it to your database.
If you’re working with Mac it should be under the File tab:
I have created a “Test” database at your site and import the CSV file that you sent.
As you can see, the import succeed and all the data are presented at the database.
If the problem still continue, pleas upload a video that show your problem. Here is an article that explain that.
I can import into the ‘test2’ database but not the ‘Sales’ database - please advise - the fact that it works on work database and not another must indicate a problem i cannot rectify myself
@mark-valentine I just finished having the same issue. The problem is that you most likely have a hook on your Sales database in the data.js file, mine was the beforeUpdate webhook. Even though my hook was properly configured, it was giving me an issue importing for whatever reason, so I had to comment it out until after the import.
\