The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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.
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
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