Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
It will not be complex if you take the base date also in the output flow as reference (screenshot below).
Please note that I have taken the filedate as string from source itself (or you can convert in between stage). So concatenation will become easy.
After that its pretty straightforward even if you are having multiple date records from source.
I hope this will resolve your issue.
Warm Regards,
Nikhil Thampi
Please try tDBinput-> tmap->thashoutput
a) In the tmap, add four output columns(for each context value) even though you are having single input date column
b) Convert the date to string in tmap and concatenate it with your context values.
c) Load the updated schema to thashoutput.
Note:- You can achieve the same using tjavarow also
Warm Regards,
Nikhil Thampi
Hi,
It will not be complex if you take the base date also in the output flow as reference (screenshot below).
Please note that I have taken the filedate as string from source itself (or you can convert in between stage). So concatenation will become easy.
After that its pretty straightforward even if you are having multiple date records from source.
I hope this will resolve your issue.
Warm Regards,
Nikhil Thampi
Hi,
If the data in the other side is dynamic and if the date part is static, you always go for a tflowtoiterate to construct a loop and use append option in thashoutput to add additional data to Hash.
Warm Regards,
Nikhil Thampi
Hi,
Good to hear that you have resolved the issue.
Keep exploring Talend 🙂
Warm Regards,
Nikhil Thampi