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: 
Anonymous
Not applicable

How to read data from .dbf and .db files in Talend version 7

I have a requirement in which we are getting our source files in form of .db and .dbf files. I am looking for a component in Talend which can solve this purpose.

 

I did try installing tDBFInputFile component from Talend exchange but that also doesnt seems to working as well

Labels (3)
3 Replies
vapukov
Master II
Master II

You must be 100% sure - what database is it?

 

like:

- is .db it is MS Access?

- is .dbf is FoxPro, DBase or etc?

 

then check jdbc driver for this database (not always free 🙂 )

 

Anonymous
Not applicable
Author

Hi ,

 

.db is Paradox 8 system and .dbf is a FoxPro

vapukov
Master II
Master II

try tJDBCInput with an appropriate jdbc drivers:

- paradox
http://www.hxtt.com/paradox.html
https://github.com/leonhad/paradoxdriver

- foxpro try from:
https://www.dbschema.com/foxpro-jdbc-driver.html

or try to search other