Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to search an replace in tMap?
For example I have in my out1 this formula
row7.price != null ? String.valueOf(row7.price) : null
and i only need to change it to
row1.price != null ? String.valueOf(row1.price) : null
At the moment I change it manually in every line and I only found the function to highlight all row7.
Is there a way to just search an replace all row7 to row1?
I have to do this often in tMaps with 60 lines each.
Hi
You can't search and replace in tMap, however, you can copy the text and paste it to Notepad++, do the search and replace value, copy the result and paste back to tMap.
Regards
Shong