Importing Wonders - No data

I import the world of wonders csv file. File loads but no data.
When looking at the file the data is present in excel but the database does not receive data on import. Any idea why this is happening?
Thank you for your assistance.

Hi @Gunnar_Stromsoe !

Could you please provide content of the logs file which is located in /import folder of File Service of your app?
With this information I will be able to help you.

Regards, Andriy

14:43:46 IMPORT_DATA Importing Started.
14:43:46 IMPORT_DATA Preparing files to import
14:43:46 IMPORT_DATA Creating temporary tables
14:43:46 IMPORT_DATA Creating user’s tables
14:43:46 IMPORT_DATA Checking denied, duplicate and dataSize for columns.
14:43:46 IMPORT_DATA Preparing WorldWonders table: create schema.
14:43:46 IMPORT_DATA Preparing WorldWonders table: initializing columns.
14:43:47 IMPORT_DATA Preparing WorldWonders table: updating column related IDs.
14:43:47 IMPORT_DATA Import of tables failed: Table not found by name ‘Country’
14:43:47 IMPORT_DATA Importing failed. Exception:com.backendless.exceptions.persistence.TableNotFoundException: Table not found by name ‘Country’

	com.backendless.datamodel.application.dao.UserDataTableDao.lambda$findByNameOrThrow$2(UserDataTableDao.java:89)
	java.base/java.util.Optional.orElseThrow(Optional.java:408)
	com.backendless.datamodel.application.dao.UserDataTableDao.lambda$findByNameOrThrow$3(UserDataTableDao.java:89)
	com.backendless.datamodel.application.dao.AppJpaContext.executeSync(AppJpaContext.java:231)
	com.backendless.datamodel.application.dao.AppJpaContext.lambda$execute$0(AppJpaContext.java:46)
	java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
	java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	java.base/java.lang.Thread.run(Thread.java:834)
1 Like

I managed to fix the problem - Thank you.
I reloaded the country data

@Gunnar_Stromsoe ,

Great to hear about it. I hope you will enjoy further work with Backendless.

Regards, Andriy

1 Like