From INFOTABLE to QueryPropertyHistory
Hi i would like to insert my infotable data to QueryPropertyHistory service.
This is my data from my service.

My thing Properties:
.png)
My Value Stream Properties:
.png)
My service code:
var params = {
path: "k.csv" /* STRING */,
columnMappings:"date_trunc;People_in_region",
hasHeader: true /* BOOLEAN */,
dateFormat: "dd.MM.yyyy HH:mm" /* STRING */,
fileRepository: "SystemRepository",
fieldDelimiter: ";" /* STRING */,
stringDelimiter: "\"" /* STRING */,
dataShape: "TFPeopledata" /* DATASHAPENAME */
};
var result = Resources["CSVParserFunctions"].ReadCSVFile(params);
The problem is when I execute the generic service "QueryPropertyHistory", I get nothing as result.
.png)


.png)
.png)