Pull specific File from Agent server leveraging File Adapter
Summary
Pull specific File from Agent server leveraging File AdapterContent
I am working on two integrations the first one writes a file on a server using the file adapter and also inserts in a database table the name of the file that you just created.
In the integration two using the file adapter as trigger performs the operation 'File polling' here is where the interesting thing begins because I just want to get the file created in the first integration
That's why in the second integration after placing the trigger I invoke the database where I save the file name and add a switch object to make the comparison where I establish that if the name obtained from the file adapter is equal to the field of the database table then write your content in another FTP directory (filename and content file).
0