Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
gonzalad
Contributor
Contributor

[resolved] Data Prep - Missing Replace Regex function ?

Hello,
I just tried Data Prep application - it's a really nice and easy to use app.
Just a little question : is there a replace regex function ? (perhaps I've missed it - sorry in this case 0683p000009MA9p.png).
For instance replace '(\d+)/(\d+)/(\d+)' with '\2/\1/\3'
From what I understand I can do that with 'Extract String parts' and afterwards 'Concatenate with...', but this seems awkward.
Thanks,
Adrian

Labels (2)
2 Replies
Anonymous
Not applicable

Hi
You can select 'Replace the cells that match...' function and Regex operator.  see
0683p000009MAiy.png
Regards
Shong
gonzalad
Contributor
Contributor
Author

Hi Shong,
Oups, missed this icon, sorry !
Everything works fine now :
I use pattern '^(\d+)/(\d+)/(\d+)' and replacement value '$2/$1/$3'.
Thanks for your help