Hey Everyone,
I am using FME 2018.0 and it starts with a creator and a FeatureReader. This FeatureReader reads an excel file, and in the parameters I designate it to only read a particular row/column cell and that works fine. My challenge now is that I want to make the excel file a published parameter so no matter which excel file is used, the FeatureReader will always use the same excel parameter rules to read the particular row/column cell. I started by making a file published parameter and only accepted excel file types. For the FeatureReader, the dataset box (where you add which excel file to read) I added the user parameter function to grab whatever excel file the user adds. This however doesn't work because the FeatureReader parameters are cleared out and it wont find the particular column/row anymore. Any ideas? Thank you!or this issue?