If there is a list of keywords in a text/csv file, Can I parse (in a global variable) the keywords one after other and delete the keyword immediately once if it is parsed?
The global variable will maintain only one keyword at a time. Once, the task related to that keyword is completed the global variable has to update itself with next keyword. The process has to go on like this. How can I achieve this?