All,
I would like to have single macro to read all xls and csv formats. Both file type needs different type of settings due to their difference hence I have created 2 containers. My expectation here is
to enable xls or csv based on a check box or radio button as per the need but the macro is throwing error if I don't provide input to any one of them. The macro is expecting me to give values for both csv and xls even though the container is in disabled state.
In short, If I select CSV it should expect values only for csv and execute csv read. If XLS is selected then it should run the XLS container without worrying about input and output of CSV container. Attached the same workflow, please try and let me know your thoughts and idea.
NOTE : I have separate macros for CSV and XLS reader which is working fine. This ask is to merge as a single macro.