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.
- Are there any alternatives?
- 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