- Read the Input Excel File provide by the User.
- Read the Input Text File.
- Based on the Keyword Provided in the Input File, search In the Text File provided and split it.
- Create an excel file where file name will be the Keyword and make the Sheet as Keyword_1, Keyword_2 based on the results you will get after splitting.
- For each Input Keyword there must be a different Excel File.
Note:
- If the Keyword does not exist In the text file, it should give proper Message as the Keyword is not present instead of giving Exception.
- Also, include Exception Handling in this Assessment.