File Connector
File connector is used to handle files folders on a local file systems
File-connector features:
- Ability to read files
- Writing files to directory
- Copy and move files
- Locking file so that no one can access file when the processing is going on
- Listing the files and folders mentioned at directory path
- Trigger a flow when the new file created or modified
Operation available:
- Copy
- Create Directory
- Delete
- List
- Move
- On New or Updated file
- Read
- Rename
- Write
Thank you for taking out time to read the above post. Hope you found it useful. In case of any questions, feel free to comment below. Also, if you are keen on knowing about a specific topic, happy to explore your recommendations as well.
For any latest updates or posts on our website, you can follow us on LinkedIn. Look forward to connecting with you there.
Upto What file size does it can pick and processs
This depend on the server’s available memory and vcore size. if it’s cloudhub then it depend on choose worker vcore and memory size and for on-premise it depend on the server vcore and memory size.
Suppose I have 1gb file how to read it and process it for next steps and his set the reading limit for each time
is this connector is only useful for local flows ?