Skip to main content

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.

;

FieldsDescriptionExample
operationWhat Operations we want to perform using File connectorsMove
sourcePathSource path of the file/home/dev/git/integration.io/Source/Customers
channelNameName of Configration define as Global elementReadFileChannel
filePatternFormat of the file like Json,XML,CSV,etcCSV
listenerDelayDuration after which Polling will start once API Started5000
destinationPathDatasource Destination which is configured in connections properties Please refer the link for instructions on creating the destination pathdestination

;