📄️ 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.
📄️ 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.