ReadCSVFile has used in service with a infotable property_querypropertyhistory result has no data
- December 26, 2021
- 2 replies
- 1709 views
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.

