I have one input excel , in that there are total of 84 fields, sometimes the Input fields will be like NAME,AGE,CITY.......EMPID.
AND SOMETIMES THE FIELDS WILL BE LIKE AUTHOR,AUTHOR_AGE,AUTHOR_CITY.......BOOKID...
We have different logics based on the fields like if the input will come like NAME,AGE .. we have different logic need to perform .. and When The Input fields will like AUTHOR,AUTHOR_AGE we have to perform different logic.
After reading the input excel through Excel Node file which is connected to the directory node . how we will make sure that which input fields has come so that we can perform that logic..
Input_Directory(Node)---->Excel(Node)---> 1000 records --- How to identify which set of input fields has come .