Data format is string, output is also string.
tsr=unk
tsr value extracted as UNK. that need to replaced with 9447.00
(?<=tsr).*
Extracted value is UNK that needs to be with tcsi value 9447.00
Apologies. But Couldn’t get to understand the condition for replacing the values.
Could you show us what is the Input text at first, then show us the Output Text for that data and explain what condition was used for the Replacement.
The above shown data leads to confusion / Missing Input/Output data after the condition or before the condition is applied.
Also, Concerning the values, Do we need to replace with 9447.00 always as it is a constant, or do we identify it first as the TCSI value, extract it and then replace tsr value with the tcsi value ?