You are not logged in.
Unanswered posts
|
ae_kel29 said:
Hi,
I just wonder how do I wants to removed certain character or word in string.
For example, there is string with data "good-morning". Then i wants to remove "-morning" and then the data will become as "good" only.
Plz help me
Regards,
Kal
Offline
xdshi said:
Hi,
tFileInputPositionalComponent and tFileInputRegex component can meet your needs.
Best regards
Sabrina
What we can do is to make sure that Talend will be your best choice!
Offline
xdshi said:
Hi, ae_kel29
I just wonder how do I wants to removed certain character or word in string.
If your requirement is just the example you set, the way @janhess provided is very good for you.
But if your real work have a lot of strings, it suggestion that use column_name.substring(int startIndex, int endIndex) in tMap.
Best regards
Sabrina
What we can do is to make sure that Talend will be your best choice!
Offline
eliton said:
Hi There
How do i remove stranges caracteres li "" on tmap when passing a string??