I have the following problem:
I have multiple csv files with multiple columns. I want to dynamically change which columns to read.
I have a user parameter to define which columns to read.
Even though the " Attributes to Expose" Parameter of my FeatureReader gets updated correctly the Reader dosn't read the correct columns.
Only after opening the properties of the Reader and closing it again by clicking "Ok" the Read reads the correct columns.
I'm using FME Desktop 2020.2.3.0 on Windows 10
Maybe someone can tell me if this is a bug or if I'm just overlooking something.
Many thanks in advance !