I am trying to import constrain data from .CSV file
I don’t know if you have to use a specific format.
Products.csv (362 Bytes)
I don’t know if you have to use a specific format.
Products.csv (362 Bytes)
I used the file you attached and imported it without any problems. Here are the data types I selected in console:
And this is the data in Backendless after I imported it:
What sort of problem did you experience?
Mark
In this case subCategory
is a relation. When importing relations, you must follow a special convention for naming columns. See the documentation here:
Data Import - Backendless REST API Documentation