too tricky to newbie

hi community
i have problem which is too tricky to newbie

In finland we have open data which includes, for example, the weatherforecast to Turku
https://opendata.fmi.fi/wfs?service=WFS&version=2.0.0&request=getFeature&storedquery_id=fmi::forecast::hirlam::surface::point::multipointcoverage&place=turku&
I don’t know how to manage data! Too tricky to me :frowning:
The problem is the way the data is presented. Somekind valuelist in three different tag

gmlcov:SimpleMultiPoint = place and unix time
gml:doubleOrNilReasonTupleList = values
swe:DataRecord = topics

I like to have those data in to my influxdb, but i don’t know how to do that. What I need is configuration to telegraf?

When you have data that is not in a standard format like JSON or XML, you could try one of the following:

  • Create a script to parse it for you where you figure out the best way to parse out the input
  • Use grok parser as suggested here to parse out the important values