Building SharePoint Folder System
Before migration took place, the SharePoint Folder system was created. Using a Rules index which contains information for document types and mappable columns, an automation ran which created all necessary SharePoint folders according to the established rules. These rules included document name and all tagging information which needed to be assigned to a document that would reside in that folder.
This rules index is used throughout all other processes.
Migration
After the SharePoint folders were created, the migration automation handled the document conversion and upload to SharePoint.
The migration started by retrieving documents from the old system according to the indexes. These indexes contain the path of the document, the document type and what pages it resides on. The pages were an important piece of information as a document could be shared across many folders, with pages located in different folders. The migration bot used the document path and pages to read the old .tiff and .pdf files and select all pages of the document for conversion to a new pdf.
To correctly match the file to a SharePoint folder, the bot used the indexing information and the SharePoint rules to retrieve the appropriate folder name based on the document type. Upon a successful match, the file is correctly tagged according to the rules and uploaded to SharePoint.
The information for every transaction is written to a log. Any unsuccessful matches or files which could not be processed are recorded in the log with all pertinent information regarding the error and how to locate the file which did not process.
The migration was able to run 24/7 to migrate all files. The bots were monitored to make sure they continued to actively run.
New Document Management
To assist with new document filing, a front-end indexing automation was written. New pdfs are uploaded to a folder based on document type. The bot reads the folder, picks up new documents and loads them to the document management system using the rules-based logic from the migration. During this process, the bot uses Intelligent Document Processing to read the pdf and find the necessary field values required to assign searchable tags.
This required the training and testing of the bots to ensure that documents could be identified correctly.
Reduced Processing Time
The process of manually loading documents into the old document management system required 7-8 minutes per document. With the new automation, documents can be uploaded and correctly indexed and filed in less than 1 minute, improving processing time by 90%.