Hello I have a problem,
I try to read multiple csv from an URL that changes.
An exemple of URL :
- https://archive.luftdaten.info/2019-11-11/2019-11-11_sds011_sensor_26828.csv
- https://archive.luftdaten.info/2019-11-11/2019-11-11_sds011_sensor_26760.csv
I tried to use an HTTPCaller and it works but I don't know how to treat the result. I don't find any transformer that can help me to translate this string "csv" into a list of attribute.
If someone can help me it could be great please.Â
Â
Here are two images of what I get with httpcaller :