Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I'm trying to split a column into severals.
First step, I would like to retrieve any chacarter before the first ,
so I used this regular expression : "([^,]+?),.*"
It work on a website editor like Rubular but doesn"t work on the component and the tLogRow displays blank lines.
Can you explain me the reason please ?
Exemple : My name is David(a), I am england
The result should be My name is David(a)
Thank you for the answer.
why did you say tRegexField is not a Talend component ? I found it well in the Palette
oh sorry my bad on this . Its name is tExtractRegexFields