I have multiple excel files. Data files to load data to an application.
Each time data is loaded and saved, An order is created in the application. Email notification is done and moved to next file.
Requirement:
Say in the data file, customer number is incorrect. Incorrect customer will only be captured once we try to load it in application and we get
How you are processing it, if you have used looping statement inside that loop you can check the condition you want by using a conditional statement then can do appropriate activity based on that.
My condition is, If the data is in valid, it should come out of the loop and move to the next file for processing , else should continue the flow.
Now, if it faces invalid data, how do i stop processing the file and other sequential steps of Data loading to application. Come out of the loop and move to the next file.