Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
sekertu
Contributor III
Contributor III

reading data but not loading

Hi,

I am new in Talend. I created an incremental job which reads data from mysql data sources with many joins and loads it to mysql output table.

I tried many things. Although my job reads data from sources and it has no error, it doesn't load data to the target.(just 0 row)

I compared the data types and lengths between sources and target.

I don't understand why it doesn't load.

You can find the my job screenshot below.

Please help me about that issue.

Thanks

Tugba
0683p000009M7q9.png

 

 

Labels (2)
1 Solution

Accepted Solutions
sekertu
Contributor III
Contributor III
Author

Hi,

I found the problem. I was using function in my source table sql. It changed the value and doesn't allow to join correctly.

I removed the function and it loaded data. 

Thank you for the support

Tugba

 

View solution in original post

5 Replies
manodwhb
Champion II
Champion II

@sekertu ,are you doing inner join from the account_archive  in tmap? what are you doing in tMap?

sekertu
Contributor III
Contributor III
Author

I am doing inner join with user and icurrexchange. And also doing left join with account and account archive. I used math trransformation for round data in tmap
manodwhb
Champion II
Champion II

@sekertu , I believe you have issue in tmap or data issue ,do you have matching records?  I suggest you  to create a test job and first do with one table lookup and see are you able to get or not and then add another lookup table and check that are you getting data or not

sekertu
Contributor III
Contributor III
Author

Hi Manohar,

Thank you for your advice.

The problem is in my first join. When I tried to join bonus_accounts and user tables(inner join) it reads data but not load as below.

0683p000009M6vV.png

my tMap like below (some columns are blank because I removed the other tables)

0683p000009M7oi.png

Do you have any other advice?

Thank you.

Tugba

sekertu
Contributor III
Contributor III
Author

Hi,

I found the problem. I was using function in my source table sql. It changed the value and doesn't allow to join correctly.

I removed the function and it loaded data. 

Thank you for the support

Tugba