I get data via API in a JSON format. The values from "Points" need to be stored in seperate attributes. I managed to do so with JSON Fragmenter (json["points"]
In the log I saw, that the list structure still exists in my dataset. I also found this information in the Feature Information (see screenshot).
How can I actually transform the list into a proper attribute?
JSON Structure:
{
...
"name" : "xy",
"modified" : "2022-02-16T10:16:53.066Z",
"points" : n
1642633200000, 123.99 ],
String replacer Output vs. Feature Information: