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 is there any way to find the number of columns present in the csv file?
Thanks