In my workspace, I've three ESRI GeoDB reader Feature Types with WHERE condition. Here values in the WHERE condition are passed from a private/published parameter input values.
Few things to be considered -
- There are approximately around 100 values to be passed in sequential order from Excel sheet to Parameter values.
- Workspace has to run completely for every input parameter value
Â
Currently I was passing each value manually to the parameter and is time consuming.
Any thoughts on doing this more efficiently and quickly?
Â
Thanks in advance!