Uploading CSV with all fields in separate columns which will then store data in Grid
I have a service which parses the CSV data which I am uploading and creates Thingworx entity (Thing) from it. Currently the issue I am facing I have to enter all the data in a single cell before uploading using ";"(semicolon) separater
Is there any way I can upload a CSV which will have data in different columns
If I enter data in different columns (,) comma is getting appended automatically
I did some research got below information :
ThingWorx currently uses CSVParserFunctions.ReadCSVFile(), which only supports .csv, not .xlsx.
Excel’s “CSV” exports vary by locale (using , or ;), so data works only with ;.
Users must fill all values in one cell, separated by ;, before uploading.
This process is confusing and not user-friendly.
as mentioned above it is not user friendly to enter all data in a single cell with ; semicolon separated







