How do I do a global search and replace on the code in a talend java job.
I have a string 'N/A' that is currently used all over the job in various variables and calculations. I need to change every occurrence of 'N/A' to 'None'.
There is no search and replace in the code viewer and If cannot cut and paste the code out to another editor and back in again.
Is a manual edit of every component the only way ?