Hi,
I need to extract a string from a field in a lookup.
need to extract between <query> and <query> and the field name is "eai:data"
any help would be appreciated.
Hi @nathanluke86,
if you could share some sample of your data I could be more detailed, anyway, please try a regex like this:
| rex field=your_lookup_field "\<query\>(?<eai:data>[^\<]*)"
Ciao.
Giuseppe
Hi @nathanluke86,
if you could share some sample of your data I could be more detailed, anyway, please try a regex like this:
| rex field=your_lookup_field "\<query\>(?<eai:data>[^\<]*)"
Ciao.
Giuseppe