Posts

Showing posts from September, 2014

SharePoint Site Extraction using the Client Object Model Tool

Image
I've recently developed a new tool to Extract all data held in List columns from a site and it's sub sites using the client object model to a TSV (like a CSV but with tabs!) file. You can specify a site for it to search through in the input field, filter out specific lists and specify the number of sub sites to process, it looks like this: It doesn't support things like Attachments and actual documents uploaded to a Library, but I might work on this at a later date to dump them into a folder structure where the Output TSV File is specified. I've merged the COM libraries into the exe using ILMerge-GUI - it's a neat tool and easy to use Link to exe Link to Visual Studio 10 Source