I want to upload a csv file in SharePoint via NiFi, is it possible? I can't find a processor that allows to ingest a csv file in SharePointe via NiFi, thank you for your help
I tried to search for processor PutSharePointList or PutSharePointOnline in https://repo1.maven.org/maven2/org/apache/nifi/ but I can't find it
There is no processor to connect directly to SharePoint but you can use REST API. I had the same problem and i followed this tutorial where they explain step by step, and i was able to upload my files to SharePoint using nifi, I hope it helps you too.