cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter

Former Member
0 Kudos

Hi

How File Adapter is triggered once the configuration is finished. is it from poll interval alone ?

Midhun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, the polling initiates the triggering of adapter followed by rest of the pipeline steps.

Former Member
0 Kudos

Thanks Sarvesh

So we don't have to do anything to trigger the File Adapter. Is it the same with JDBC adapter also ?

Midhun

Former Member
0 Kudos

> So we don't have to do anything to trigger the File Adapter.

If all the configuration is done and sender file adapter is active then it will start polling the source directory with specified file name and as soon as there will be a file in the dir it will pickup the file.

>Is it the same with JDBC adapter also ?

Yes, after doing all necessary configuraiton e.g. defining sql statement query etc in your sender JDBC, the polling will start the fetching of data from database at specifile time intervell followed by rest of the piplelne steps.

Regards,

Sarvesh

Former Member
0 Kudos

Thanks Sarvesh

Answers (0)