i wanted to upload a partcular csv file today of which this csv file I do upload successfully in Parse. i believe there is an issue with the csv format structure backendless allow which in my own view is not right. the file is attached here
illumination.csv (46.6kB)
Hi,
You cannot create columns with name “date” and import it. Please, change name of this column and try to import it.
Regards,
Denys
Yes, I actually changed it and still not importing correctly,
I opened the CSV file in notepad and I removed all double qoutes. It imported but not accurately. I guess the way ur CSV import works is that it separates different cell data with a comma which is not good for my data cos within a cell there could be different instances of comma. And I feel that it is better that apart from separating the cells with comma double quotes will properly identify each cell uniquely.
I guess u understand my explanation.
Actualy, records could not be imported due to STRING column length limitations (max size is 500 characters). You can change column type to TEXT or after csv parsing choose type of “content” column as TEXT and start import.
Regards,
Denys
yea, pardon me. in Parse string data type works similar as text. Done now. thanks