Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to use the below expression in Talend 7.2 ESB Version in Toracle component.. It works fine in oracle. But throws error in Talend. Can you please help
replace(REGEXP_SUBSTR(ALT.alt_to_name,'[^,]+',1,2),'"','')as Lastname
rowN.variable.substring(beginIndex, endIndex)
Hi,
I want to use the below expression in Talend, Can you please help
replace(REGEXP_SUBSTR(ALT.alt_to_name,'[^,]+',1,2),'"','')as Lastname