Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use trigger file functionality in File Adapters - Match file names

856224Apr 19 2011 — edited May 19 2011
Hi,

I am using trigger file functionality in File adapters to pick up data files as:-

<property name="TriggerFilePhysicalDirectory" value="/pub/Dev/eastern/brs/"/>
<property name="TriggerFile" value="*.trg"/>

Here any file with .trg extension is taken as a trigger file and File adapter randomly picks up one of the data files.

My requirement is that the trigger file will be of the same name as that of the data file like:- <data_file>.data <data_file>.trg

How to implement this feature using trigger file functionality of File adapters??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2011
Added on Apr 19 2011
6 comments
1,940 views