You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi All,
I'm new to talend.Here,I have two tables.Table1 consists of
Id Name
1 Jones
2 Ronaldo
table 2 consists of
Id City
1 Newyork
2 Losangels
3 Washington
My final table output must be
Id name city
1 Jones Newyork
2 Ronaldo Losangles
3 Washington
How can I configure in tMap component to get this final table output..I'm getting inconsistent result when I'm automapping these values in tMap..Can anyone suggest me please
Thanks
Krrish
Offline

Hi All
This topic is related to [Forum, topic 23665] Joining Two Tables.
Regards,
Pedro
Offline
Hi All,
I am new to Talend.I started using it two weeks back.
While using the context load component,in the properties there is an option called print operations. Can any one tell me , what it is for?
I tried googling,But I didn't get a proper answer.
Many Thanks,
Zehm
Offline
Hi Zehm
The option 'print operator' means to print the operator message on the console. eg:
tContextLoad_1 set key "id" with value "2"
Best regards
Shong
Offline
Zehm26 wrote:
Hi Team,
I want to extract only the Date portion from the timestamp. can anyone please help me?
I want to do this conversion in tmap component. please help out
Hi Zehm26
What's date type of input data? Can you give us an example to explain your request?
Best regards
Shong
Offline
Hi
You can convert it on tMap, see my screenshot.
TalendDate.parseDate("yyyy-MM-dd", TalendDate.formatDate("yyyy-MM-dd",row1.newColumn))Best regards
Shong
Offline
Hi Dave,
Can i know about the Talend training you where mentioned in the below post. Is that an online training? please help.
Below iam pasting out one of your post regarding Talend training.
Pavan -
Right now, our certification exam is only available to people who have completed a training class with Talend. Very soon we will be making the exam available to anyone who wants to take the test, for a small fee. When we have all the mechanisms in place, we'll make an announcement with information about how to purchase. We should be ready in August, so expect an announcement then. We will also be rolling out additional certification tests for our other products over the following months, so watch for announcements about those new certification exams as well.
Thanks
Dave Cottle
Talend Training Director
Regards,
Zehm
Offline
Hi Team,
I want to extract only year part from the date.
Here my date is of string datatype.
Example: date value is 2011-02. It is of string type
I want only 2011 to extract from this string. Can anyone please help me out.
Regards,Zehmal
Offline
Zehm26 wrote:
Hi Team,
I want to extract only year part from the date.
Here my date is of string datatype.
Example: date value is 2011-02. It is of string type
I want only 2011 to extract from this string. Can anyone please help me out.
Regards,Zehmal
For better management, please report a new topic in DI section and then I will answer you.
Best regards
Shong
Offline
Pages: 1