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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Bhumiraj23
Partner - Contributor
Partner - Contributor

tQVDOutput component data type issue

I am using Talend Real-time Big Data Platform 8.0.1 May 2025 with Build id: 20250521_1150-patch. 
I am using tQVDOutput component to generate Qvd files 

But when I loaded the generated Qvd file into Qlik Sense Enterprise May 2025 the data type got changed 
Like Numeric fields got changed into text & Dates got manupulated.

In my tQVDOutput schema the datatype is interger ,big decimal only still in qvd the data type is getting converted into text. 

NOTE : When I converted date fields into string then loaded into tQVDOutput component then the dates came correctly in the QVD file when loaded into Qlik sense. Converted the date by below code in tMap

row16.DateApproved != null ? TalendDate.formatDate("yyyy-MM-dd HH:mm:ss", row16.DateApproved) : null

Is there any Bugs in tQVDOutput component ??
Is there any new patch available which can fix this tQVDOutput component issue ?

So can anyone guide me how to solve this data type issue in generated Qvd file through tQVDOutput component of talend. 

Labels (4)
0 Replies