Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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 🙂 )
Hi ,
.db is Paradox 8 system and .dbf is a FoxPro
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