Microsoft.Jet.OLEDB.4.0 connection to azure data lake dbf file

  • Thread starter Thread starter ruwan sri wickramarathna
  • Start date Start date
R

ruwan sri wickramarathna

Guest
I am trying to create SSIS pipeline to process a dbf file which is on Azure data lake without copying the file to local. For that, I am trying to write a c# script task.

  1. Are there any alternatives?
  2. How to give the data source folder in the connection string to the data lake?

Provider=Microsoft.Jet.OLEDB.4.0;Data Source="???to data lake directory???";Extended Properties=dBASE III

Continue reading...
 
Back
Top