📄️ Calculate ancestors
This accelerator calculates and stores the source or target ancestors of CONTAINER and RECORD documents. The source ancestors are calculated by taking the objects with an empty source.parentIds array as a starting point. The target ancestors are calculated by taking the ROOT documents as a starting point.
📄️ Calculate hash
This accelerator calculates the hash (SHA-512) for the BINARY documents with a matching byteSize.
📄️ Content Store Validator
This flow validates references between documents in the Content Store according to the structure of the Content Store as described in Content Store Structure.
📄️ Create Content Store batch
This flow helps you create Content Stores for your migration batches. For more information on migration batches please refer to the best practices
📄️ Extraction report
This accelerator creates an Excel report of the CONTAINER and RECORD documents in the Content Store. Additional columns can be configured by adding the headers in the flow variable headers and by setting the values in the Template Engine.
📄️ Insights
The Insights accelerator is a collection of flows that can be used to analyze the data in the Content Store.
📄️ Load balancer
This accelerator flow will distribute the work of a flow over multiple workers. It will do this by splitting the work and assigning objects to the workers. The workers will then process the objects and report back to the load balancer. The load balancer will then assign the next object to the worker that reported back first.
📄️ Purview PII Scanner Insights
The Purview PII Scanner Insights accelerator loads the results of the on-premise Azure Information Protection (AIP) scanner into the Content Store for further processing with the Insights accelerator.
📄️ Remove Invalid Characters and Deduplicate
This accelerator replaces invalid characters found in the target.name.systemName field of RECORD and CONTAINER documents and creates a unique name. This is useful for ensuring that the target system does not encounter any incompatible characters that would cause issues in the load stage of the migration.
📄️ Retry flow
The retry flow allows you to retry parts of other flows if they have implemented the retry functionality. The retry flow will search for any failed messages and reinserts them into the flow configured at publish component. The receiving flow needs to have a Retry input.
📄️ Transformation template
The transformation template accelerator is a template for creating your own transformation. It contains the basic structure for running a transformation. It will do the bare minimum to run a complete transformation as required by the structure of the Content Store and the target connectors. Use it as a starting point for your own transformation and add any additional logic that you need.