cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

how to import csv datas and save in infotable in thingworx

BharathanB
9-Granite

how to import csv datas and save in infotable in thingworx

I tried to import through service by using csv parser but error message popped,so anyone help me to import the csv file in service. I attached the service code below

ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:BharathanB)

Error says that this line is the issue:

var values = Things["vaata_Data"].CreateValues();

I would just comment that out for now verify that the parse actually produces an info table.

if that is the case then i'd tackle this issue, is this the auto created snippet for DataTable entry? 

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:BharathanB)

Error says that this line is the issue:

var values = Things["vaata_Data"].CreateValues();

I would just comment that out for now verify that the parse actually produces an info table.

if that is the case then i'd tackle this issue, is this the auto created snippet for DataTable entry? 

Announcements

Top Tags