Hi @supermanPunch ,
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
Hi @supermanPunch ,
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