My input txt file has multiple fields:
Processing Location,
Switch In Out,
Switch In - Out,
Total Sell Amount,
I want to remove all special characters, spaces and get below format:
ProcessingLocation,
SwitchInOut,
SwitchInOut,
TotalSellAmount
Final outcome:
Processing Location,
Switch In & Out,
Switch In & Out,
Total Sell Amount,