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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue while fetching the record based on column after talend DB Load

Hi Team,

 

We are facing very weird issue while data is loaded from source (Postgres DB) to target (Postgres DB).

Data is loaded successfully in DB but when we refer the country column in one of our query to fetch the data in SQL editor then it's doesn't return any record and soon when we use trim in same column then it works.

 

select accnt_cntry_cd from vmrctta1.vmrraccnt_mc_extrt_stg
where trim(accnt_cntry_cd)='513';

 

However, we have applied trim in all our source but still we have this trim issue. Can someone please suggest what will be issue as we need value in country column without Whitespace.

 

Note: Source country column datatype is Varchar(5) where as target table same column is bpchar(5).

But I believe that will not be issue as other table with same setup is working fine.

 

We are using TOS.

Labels (1)
  • v7.x

4 Replies
manodwhb
Champion II
Champion II

@rohitatcs ,  this is issue with of datatypes between source and target.

Anonymous
Not applicable
Author

@manodwhbIf that is the case, we have other tables with same scenario which is working perfectly fine.

manodwhb
Champion II
Champion II

@rohitatcs ,can you check the filed length and data type in each and every component and DB side also.

Anonymous
Not applicable
Author

Data type changes doesn't help.

Can you please suggest the approach to handle this.