Using Get File Names component in kettle (Pentaho Data Integration), I'm trying to get all files names (regardless of extension) from a folder which name come from a previous step's filed, let's say folderName.
I'm not getting any content from the given folder unless when specifying a static folder with a wildcard.
What I want is to add "Switch\ Case" component after "Get all files names" component which, depending on extension of a file, will redirect to the correct step.