File operations Using Sharepoint Connector In Mule 4

File operations Using Sharepoint connector in Mule 4   In this tutorial we will demonstrate how can we perform file operations using sharepoint connector in mule 4 Microsoft SharePoint Connector supports both SharePoint 2013 and SharePoint Online for the use in the cloud and on-premises. This connector used to manage content and document management, you…

Share this:
Read More

Write File Operation In MuleSoft

Write File Operation In MuleSoft   Let’s see how we can write a file in MuleSoft using write operation Create project in anypoint studio Drag and drop write operation from mule palette Configure the below parameters: Path: provide path to write the file Content: create the payload you want to write Create parent directories: if…

Share this:
Read More

Read File Content In Mule 4

Read File Content In Mule 4   In this tutorial we will demonstrate how can we Read File Content In Mule 4 Create new mule project in anypoint studio Create the sample test file to read the content from local directory     Drag and drop file read operation from mule palette and configure the…

Share this:
Read More

File connector

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…

Share this:
Read More