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

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

ReadCSVFile has used in service with a infotable property_querypropertyhistory result has no data

H_1234
11-Garnet

ReadCSVFile has used in service with a infotable property_querypropertyhistory result has no data

HI ALL,

created a valuesteam and created a thing with infotable(LOgged &persistence).
while using querypropertyhistory ,i'm unable see the result with timestamp has no data with infotable
help me out this.

below code:
let params = {
path: "EMDATA.csv" /* STRING {"defaultValue":"/"} */,
columnMappings: undefined /* STRING */,
hasHeader: undefined /* BOOLEAN {"defaultValue":false} */,
longitudeField: undefined /* NUMBER */,
dateFormat: "dd.MM.yyyy HH:MM" /* STRING */,
fileRepository: "EMthing" /* THINGNAME */,
latitudeField: undefined /* NUMBER */,
fieldDelimiter: undefined /* STRING {"defaultValue":","} */,
stringDelimiter: undefined /* STRING {"defaultValue":"\""} */,
dataShape: "EMDATASHAPE" /* DATASHAPENAME */
};
// result: INFOTABLE
let result = Resources["CSVParserFunctions"].ReadCSVFile(params);
please find the attachment given below for the references.

3 REPLIES 3
BABA-SHYAM
14-Alexandrite
(To:H_1234)

Hi Hareef,

 

When you logged an infotable property, do check the advance logged settings. See if you choose logtype as always or something else.

Regards

Shyam

HI Shyam,
as you mentioned i tried the possibility logtype(always).
but i'm unable to obtain.


regards,
Hareef

slangley
23-Emerald II
(To:H_1234)

Hi @H_1234.

 

For troubleshooting, go to the EMthing and check the permissions on the folder and on the file to be sure there isn't an override. 

 

Regards.

 

--Sharon

Announcements


Top Tags