Dear all,
I have a XML file where I need to extract data. I used:
REGEX_CountMatches([AcceptanceTableRow1_OuterXML], 'EUR')
OR
REGEX_CountMatches([AcceptanceTableRow1_OuterXML], '€')
and
Contains([Value],'EUR')
OR
Contains([Value],'€')
and I found almost all entries. Nevertheless some entires are missing. Figures like 2.312,40€ will not be found. In case there is a space before and behind the € or the EUR, the data is found. How can I find the figures with no space as well?
Thanks, Uli