Forum Discussion
Deleted
Mar 25, 2019How to import files and their properties stored in a separate Excel file in a Sharepoint library?
In order to anticipate the adoption of SharePoint in a company (until the company matures and the conditions are more met to consider SharePoint use), I had started to prepare "the ground" by identif...
- Mar 25, 2019
Deleted Only populate the value in the first column and then "grab" it in the bottom right corner like Excel and drag it down the rest of the columns.
Agreed this is a little laborious however the alternative would be a 3rd party tool or a PowerShell script that uses the Excel file as the initial metadata source.
Mar 25, 2019
You will need to develop a solution that makes this process because SharePoint does not provided it
Deleted
Mar 25, 2019
Am I to understand that"'there is no possibility of massively importing files and their associated properties in "only one time"? Because, then, the objective is to then manage this only in SharePoint and natively. Because I don't want to re-enter all these properties on hundreds of files.
- spucelikMar 25, 2019
Microsoft
Deleted Another option would be to import all the files into the library and then use the quick edit feature to do a mass update of properties.
- DeletedMar 25, 2019
Is it in the idea that this means that we should consider copying and pasting for all columns and rows? That's what I think I understand in your answer and that I'm a little afraid of.
I deduce that I have to give up the idea of finally being able to import metadatas through a mechanism that ultimately does not simply exist.- spucelikMar 25, 2019
Microsoft
Deleted Only populate the value in the first column and then "grab" it in the bottom right corner like Excel and drag it down the rest of the columns.
Agreed this is a little laborious however the alternative would be a 3rd party tool or a PowerShell script that uses the Excel file as the initial metadata source.
- Paul ChapmanMar 25, 2019Iron ContributorI remember having to do something similar a long time ago and as well as using quick edit to manually update lots of files at once I also made use of the Default options in different metadata fields. So if I had a document type field for instance I would change the default option to 'option a' and then import all the option a files. Then change the default to option b etc. Can save some more time.
The other way we managed this was with custom code for a different project but it was a long undertaking (for 0000's of files).