Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
shekhar_analyti
Specialist
Specialist

Is there any open source free ETL tool to write data from qvd to Sql Server / Oracle ?

Hi All ,

Is there any open source free ETL tool to write data from qvd to Sql Server / Oracle ?

Thanks & Regards

Shekar

1 Reply
martinpohl
Partner - Master
Partner - Master

you can do this with Qlik.

instead of sql select field from table you can write

sql insert field to table (or update to update datas in table)

but you can't do this for the complete table, you have to do this line by line.

the other way is to store into txt instead of qvd (the parameter (qvd) can be changed into (txt)) and read this file into your server.

Regards and merry X-Mas