How to extract and route only specified columns from a CSV files and drop all other columns – Apache
I want to extract few fields along with its value from a CSV file and drop/delete all other fields in the file. Please help. I think we can use RoutText processor.Please tell me how to write the regular expression for…