Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have Column A with single row which has value as "SMILE" . My requirement is instead of single row i want rows which has each character of "SMILE" is single single rows.
Input : A
--------------
SMILE
Desired Output : A
-----------
S
M
I
L
E
Please Assist me ...
Hello,
Is your source a delimited file? Where is it from? You could read the content which is actually delimited in a column and use this column in the tExtractDelimitedFields component as input field. This content will be separated into new columns based in the delimiter.
Best regards
Sabrina
Please refer the below job flow for your use case solution.
The function used in tMap is as shown below.
row1.data.replaceAll("(.{1})", "$1;")
Could you please spare a second to mark the topic as resolved since your query has been answered. Kudos will be a bonus 🙂
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂