Hi, I’ve got difficulties to understand how to connect when I want to use the Decompress node.
I can connect it via a HTTP connector (example : “BAN OpenData : data/ban/adresses/latest/csv | adresse.data.gouv.fr” . without problem, when I enter the file I want to decompress name manually : adresses-01-csv.gz. It works perfectly.
But I want to use the filename as a variable. I have to connect it with a path variable, but it never works. What are the good options because something like : (CUSTOM_URL, 1000, adresses-01-csv.gz) doesn’t seem to be appropriate. Something like (LOCAL, adresses-01-csv.gz) doesn’t work either, normal it’s not local.
So the question is how to use a simple file name as a variable with a decompress node connecting through http ?