Forum Discussion
Import Excel/CSV from SharePoint with Metadata Filter
- 4 years ago
I was fortunate enough to be given this advice in another forum which is effective & efficient:
Step 1
Create a helper query MetaFileNameList that generates a list of file names based on the metadata
Step 2
Use that list to filter your query with SharePoint.Files or SharePoint.Contents, something like:Table.SelectRows( PrevStepName, each ( List.Contains( MetaFileNameList, [FileNameCol] ) =true ))
Unfortunately [Binary] isn't an option.
The only 'expandable' columns that come up are [CreatedBy], [ModifiedBy] and [CheckedOutTo]. There are a heap of other columns but all just contain straight content (such as [Version], [Path], [ApprovedStatus], [ContentTypeID].
- MFelix4 years agoSuper User
Hi Kaycee ,
You are correct sorry, in this case you can do a merge between the get data from OData,Feed and the Sharepoint list.
This link has to be done using the file name (that I assume are different) be sure to select only the lines that are present on the ODataFeed. then you can Expand the Binary:
Has you can see the test column is here and the binary also. If you need further assistance like a step by step please tell me.