Replace multiple string a text file using Java. List of find and replace string are in an excel fil
A list of characters to be replaced in an excel file and the characters to which they need to be replaced also in the subsequent cell. I'm going to build a replaceTextFile() to take this as input and find the characters one by one and replace with the characters mentioned in the excel.
A list of characters to be replaced in an excel file and the characters to which they need to be replaced also in the subsequent cell. I'm going to build a replaceTextFile() to take this as input and find the characters one by one and replace with the characters mentioned in the excel.