Notifications
Announcements
Hello,
I have built my first app with the receipt processor. Some values are not correctly recognized, for example I get
1,169 EUR /1
and I want only the value
1,169
How could I convert this to a proper value?
thanks für your suggestions
Polo
Hi @polo1604 ,
Please try:
Match("1,169 EUR /1","[0-9,]*").FullMatch
Best Regards,
Bof
hi @v-bofeng-msft
thanks for your reply. Instead of "1,169 EUR /1" I have to take the result from the receipt processor, right?
Sometimes I get items with comma, sometimes with dots, depending on the country of the merchant. For example "3.123 EUR /1" or "3,123 EUR /1" has to be converted in 3,123. With your Match function, I only get 3 as a result.
best regards
Please try this formula instead:
Match("1,1.69 EUR /1","[0-9,\.]*").FullMatch
Perfect, thanks a lot !
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Kalathiya 321 Super User 2026 Season 1
WarrenBelz 289 Most Valuable Professional
MS.Ragavendar 200 Super User 2026 Season 1