Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 François
		
			François
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Bonjour, d'une chaine comme celle-ci je cherche à extraire le montant indiqué en gras
AAA BBBB enregistré, ref: 0571468160857ZDUzzz 01/01/20000 X1Y4 Type Detail 3
Enjeu total: 212€
Nouveau Solde: xxx,yy€
Quelqu'un aurais une idée ?
Merci
François
 vchuprina
		
			vchuprina
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
You can use TextBetween function
Data:
LOAD
Text,
TextBetween(Text,'Enjeu total: ', '€') AS [Enjeu total];
LOAD * Inline[
Text
AAA BBBB enregistré, ref: 0571468160857ZDUzzz 01/01/20000 X1Y4 Type Detail 3 Enjeu total: 212€ Nouveau Solde: xxx,yy€
];
Regards,
Vitalii
 vchuprina
		
			vchuprina
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		link to the article in French🙂
Regards,
Vitalii
 vchuprina
		
			vchuprina
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
You can use TextBetween function
Data:
LOAD
Text,
TextBetween(Text,'Enjeu total: ', '€') AS [Enjeu total];
LOAD * Inline[
Text
AAA BBBB enregistré, ref: 0571468160857ZDUzzz 01/01/20000 X1Y4 Type Detail 3 Enjeu total: 212€ Nouveau Solde: xxx,yy€
];
Regards,
Vitalii
 vchuprina
		
			vchuprina
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		link to the article in French🙂
Regards,
Vitalii
