Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Find € and EUR although there is no space before or behind

$
0
0

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


Viewing all articles
Browse latest Browse all 4999

Trending Articles