I’m trying to import some data from a csv file. The Import function recognises the column types but when I click on ‘finalize’ the import stalls (from the log, it gets to “Initializing colummns” and then does nothing more. Nothing else appears in the logs (after waiting several hours).
For reference it’s a data table with 41 rows of 9 columns (mostly strings, but one relation) (so tiny).
The table already exists - so it should just be adding data to it.
I"m working on the backendless website in Chrome.
the Application ID is E992D43D-80B8-7FC7-FF64-59C70E98FE00
Could you please either attach your CSV file to this topic or send it directly to us via email (support@backendless.com)? If you decide to send by email, please make sure to include a link to this topic so we can cross-reference it.
Cool - I’ll do that - once it lets me again (at the moment it’s huffy - I get a red notification saying “I’m already importing stuff - back off” (I’m paraphrasing) )
I suspect there were some conflicting columns in the table you had in the database at the time when you were starting an import. The conflict was between the columns identified in the CSV and the actual schema.