Hello Guys,
It's possible 2 parameters rex mode=sed in sequence ?
I can change ab for 01 and ac for 02
I try this, but not work:
| rex mode=sed field=_raw "s/ab/01/g;s/ac/02/g"
Error:
Error in 'rex' command: Failed to initialize sed. Invalid option string: g;s/ac/02/g
or i need to use 2 rex mode=sed field=_raw , 1 for change ab for 01and other for change ac for 02 ?
↧