Hi @Kayode Ogidan
Welcome to Microsoft Q&A platform and thanks for posting your question here.
To copy individual CSV files from a SharePoint folder to Azure Blob Storage, you need to make sure that your data pipeline is set up correctly. Here are some steps you can take to troubleshoot and resolve the issue:
- Check that the 'Get SPO Folder Metadata' web activity is returning a list of file metadata, including the relative URLs for each file in the SharePoint folder.
- Make sure that the 'Foreach' loop is set up to iterate over the array of file metadata and that it references the output of the 'Get SPO Folder Metadata' activity correctly.
- Use dynamic content in the copy activity to specify the path for each file within the 'Foreach' loop.
- Confirm that the sink dataset pointing to the blob storage is configured to receive individual files and that the path is dynamic based on the file being processed in the current iteration of the loop.
- Review the pipeline run logs to identify any errors or misconfigurations.
- As a troubleshooting step, try configuring the pipeline to copy just one file from the SharePoint folder to the blob storage. This can help identify the issue and ensure that the basic copy operation works as expected.
I hope this information helps you. Let me know if you have any further questions or concerns.