I have created a a document lib with multiple fields. First field of doc lib is "Title" and I have uploaded 1000 of document into it. all 1000 document filled with only "Title" column rest of the columns are empty. Now I have a excel
sheet for this document lib which is filled with data. Now I have to read the excel sheet and fill rest of the column of doc lib from excel sheet based of "Title" match.using powershell script.
for ex:- Doc lib is having column Title is "ABC" Excel sheet also having Column title is "ABC". If excel title column["ABC"] = Doc title column["ABC"] then fill the rest of the columns from excel sheet.
Please can any one provide the powershell code for it.
Thnaks
Vishwa