Hi,
-
I have an use case where I should search for files in sharepoint library and filter files that start with ABC and the file type as CSV. I have the below GET command but I am not sure how to add another filter that picks only the CSV files.
-
Using the above @microsoft.graph.downloadUrl I have another http that downloads the file content and pass on to target. I need to check the number of columns before I write into target to avoid any failure. is there any way to find the number of columns present in the csv file?
Any help please?