Today we will learn on how to copy files using Informatica cloud from source to target server using File processor connector
Steps:
1. Create an Informatica File processor connection to define source and target destination
1. Source file directory: enter source file path (e.g.: \\Source_Server_name\directory1)
2. Target file directory: enter target file path (e.g.: \\target_Server_name\target_dir\current)
3. Select file: All (for selecting all the files)
2. In Informatica Data Integration, create a new synchronization task
1. Source:
1. Connection: Choose the above created connection
2. Source Object: File Copy
2. Target:
1. Connection: Choose the above created connection
2. Target Object: FileRename
3. Data Filters:
1. Add a new filter to copy files generated after the last successful Informatica job runtime
4. Field Mapping:
1. Drag source FileName to Target "ActualFileName"
5. Schedule:
1. Create a new schedule to run the job every 5 minutes
3. Run the job and test the results :)
I think this is the best way to copy files from the source to target by creating an informatica file processor connection. Thanks for sharing!
ReplyDeleteInformatica Read Rest Api