File
File trigger is available to pick up file from a FTP or SFTP location for further processing.
When we Login to Quick Integration Platform to get started.
Click on Manage Option >> Projects >> Create to create the new project
Go to DEVELOP >> Functionality API
Select relevant project and create services in that project by cliking Service button.
Select File triggers in drowndown while creating the flow
Once service name is provided, canvas will show up with selected File Trigger
File Trigger
;
;
Right click the tigger node to add the File configurations operation, sourcePath, channelName, filePattern(drop-down list with patterns such as CSV, JSON etc.), listenerDelay and destinationPath(to be defined in properties file) needs to be defined.
;
Fields | Description | Example |
---|---|---|
operation | What Operations we want to perform using File connectors | Move |
sourcePath | Source path of the file | /home/dev/git/integration.io/Source/Customers |
channelName | Name of Configration define as Global element | ReadFileChannel |
filePattern | Format of the file like Json,XML,CSV,etc | CSV |
listenerDelay | Duration after which Polling will start once API Started | 5000 |
destinationPath | Datasource Destination which is configured in connections properties Please refer the link for instructions on creating the destination path | destination |
;