Skip to main content
Version: 4.59.1

Reports

This accelerator contains multiple report flows to support your migration process.

Flows

Container structure report

The accelerator creates an Excel report that captures the container structure. It splits the hierarchy into configurable levels (default is 8) and provides the following columns:

  • Xillio ID: A generated id based on objects metadata.
  • Source ID: Id of the source container.
  • Source Name: System name of the source container.
  • Source Path: Full path of the container structure.
  • Source Type: System name of the content type.
  • Source Type Display: Display name of the content type.
  • Level1 – LevelN: Represent the first N levels of the container hierarchy, where N is set by maxLevels.
  • Remainder levels: Contains any additional levels beyond the configured N.
  • Document counts: Number of documents within the container.

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to the Excel file.

sheetName

Name of the sheet.

maxLevels

Number of hierarchical levels to return as separate columns. Default is 8, configurable as needed.

Content Types Count

The accelerator creates an Excel report that captures the number of content types. By default, it provides the following columns:

  • Kind: Kind of the content.
  • Content type system name: System name of the content type.
  • Content type display name: Display name of the content type.
  • Count: The number of the content type.

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to the Excel file.

sheetName

Name of the sheet.

Metadata Fields

This flow generates an Excel file reporting the following information about the (top-level) metadata fields of RECORD and CONTAINER objects present in the Content Store:

  • Kind: Object type: RECORD or CONTAINER.
  • Content type system name: Content type (source.contentType.systemName).
  • Content type display name: Content type (source.contentType.displayName).
  • Total Objects: Total number of objects of that kind and content type.
  • Field Name: Name of a metadata field present in those objects.
  • Field Path: Full path of the field in the Content Store.
  • Field Occurs: Number of objects that contain the field.
  • Field Filled: Number of objects where the field is set to a value.
  • Field Empty: Number of objects where the field is empty.
  • Max Length: Longest string length of values for the field (0 if the field is not a string).
  • Sample objectId: _id of an object containing the field.
  • Sample hierarchy: Hierarchy of the object in the Content Store.
  • Sample Value: Example value for the field from the object with ObjectId. If the field is a nested object, the value will display as [object Object].

For example:

KindContent type system nameContent type display nameTotal objectsField nameField pathField occursField filledField emptyMax lengthSample objectIdSample Value
RECORDFileFile40mappingsource.properties.mapping40400078f888fef625a261...[object Object]
RECORDFileFile40rootIdsource.properties.rootId404003678f888fef625a261...ec25fead-229c-4cac-b279-02ad115993f2
RECORDFileFile40rootHierarchysource.properties.rootHierarchy404004978f888fef625a261.../sites/demo-site/Shared%20Documents
CONTAINERFolderFolder4mappingsource.properties.mapping440039e578b6acabb210...[object Object]
CONTAINERFolderFolder4rootIdsource.properties.rootId4403639e578b6acabb210...ec25fead-229c-4cac-b279-02ad115993f2
CONTAINERFolderFolder4rootHierarchysource.properties.rootHierarchy4404939e578b6acabb210.../sites/demo-site/Shared%20Documents
note

The field that the metadata items are extracted from depends on the source:

SourceProperty
Alfrescosource.properties.succinctProperties
OpenTextsource.properties.categories.<subcategory>
Any other sourcesource.properties

Additional Property Locations

In addition to the default metadata fields, users can optionally include metadata fields from additional objects located under source.properties.

This can be configured using the additionalPropertiesPaths setting.

Only objects located under source.properties are supported.

When additionalPropertiesPaths is configured with one or more paths, only the metadata fields found under the specified paths are included in the report. In this case, the default metadata fields are not included.

If additionalPropertiesPaths is an empty array, only the default metadata fields are included.

Example

- Without additionalPropertiesPaths set (empty array):

The report includes only the default metadata fields, such as:

KindContent type system nameContent type display nameTotal objectsField nameField pathField occursField filledField emptyMax lengthSample objectIdSample Value
RECORDFileFile40mappingsource.properties.mapping40400078f888fef625a261...[object Object]
RECORDFileFile40rootIdsource.properties.rootId404003678f888fef625a261...ec25fead-229c-4cac-b279-02ad115993f2
- With additionalPropertiesPaths set to

["source.properties.objectProperties", "source.properties.test"]

The report will include only fields located under the specified paths. Default metadata fields are not included.

KindContent type system nameContent type display nameTotal objectsField nameField pathField occursField filledField emptyMax lengthSample objectIdSample Value
RECORDFileFile40objectProperties_namesource.properties.objectProperties.name40400178f888fef625a261...file.pdf
RECORDFileFile40test_Customer Departmentsource.properties.test.Customer Department40400178f888fef625a261...65

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to save the Excel file containing the report to.

sheetName

Name of the sheet for the report in the Excel file.

additionalPropertiesPaths

Optional list of additional property paths to include in the report.

Content Type Fields SPO

The accelerator creates an Excel report that captures all content types, including all fields, for each document library. The following columns are provided:

  • Site URL: Site URL of the document library.
  • Library URL: Library URL of the document library.
  • Content Type: Display name of the content type.
  • Field systemName: System name of a metadata field.
  • Field displayName: Display name of a metadata field.
  • Field type: Type of value used for the metadata field.

For example:

Site URLLibrary URLContent TypeField systemNameField displayNameField type
https://company.sharepoint.com/xill4https://company.sharepoint.com/xill4/DocumentsFolderFileLeafRefNameunknownFutureValue
https://company.sharepoint.com/xill4https://company.sharepoint.com/xill4/DocumentsFolderTitleTitletext
https://company.sharepoint.com/xill4https://company.sharepoint.com/xill4/DocumentsDocumentFolderChildCountFolder Child Countlookup
https://company.sharepoint.com/xill5https://company.sharepoint.com/xill5/DocumentsCustomTypeTitleTitletext

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to save the Excel file containing the report to.

sheetName

Name of the sheet for the report in the Excel file.

Content Types SPO

The accelerator creates an Excel report that lists the content types configured per library. By default, it provides the following columns:

  • Site URL: Site URL of the document library.
  • Library URL: Library URL of the document library.
  • Content Type: Display name of the content type.

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to the Excel file.

sheetName

Name of the sheet.

Transformation

The accelerator creates an Excel report with the transformation result. It provides the following columns:

  • Migration Origin: migration.origin.
  • Source ID: The id of the object in the source system.
  • Source Name: The name of the object in the source system.
  • Source Path: The location of the object in the source system.
  • Kind: The content store schema.
  • Version Series ID: The id that represents the complete set of versions.
  • Current version: Indicates if the version is the current version.
  • Major Version: The major version number.
  • Minor Version: The minor version number.
  • Source Creator: The creator display or system name of the object in the source system.
  • Source Created Date: The creation date of the object in the source system.
  • Source Modifier: The modifier display or system name of the object in the source system.
  • Source Last Modified: The modification date of the object in the source system.
  • Source Content Type: The content type display or system name of the object in the source system.
  • Target Content Type: The content type display or system name of the object after transformation.
  • Target Name: The name of the object after transformation.
  • Target Path: The location of the object after transformation.
  • Target ID: The id of the object after transformation.
  • Target Creator: The creator display or system name of the object after transformation.
  • Target Modifier: The modifier display or system name of the object after transformation.

In addition, it adds all target.properties fields as additional headers unless the customHeaders flow variable has been specified.

For example:

Migration OriginSource IDSource NameSource PathKindVersion Series IDCurrent versionMajor VersionMinor VersionSource CreatorSource Created DateSource ModifierSource Last ModifiedSource Content TypeTarget Content TypeTarget NameTarget PathTarget IDTarget CreatorTarget ModifierApproverSingleBusiness UnitsDocument PurposeIsDonePartial Source PathPriceReviewedSourceRetentionLabel
Alfrescoworkspace://SpacesStore/36f734ac-7b44-4998-84f7-4a69f78f6d02;2.0Arches National Park - delicate arch v2.jpg/Sites/xill4/documentLibrary/source e2e/Arches National Park - delicate arch v2.bmpRECORDworkspace://SpacesStore/36f734ac-7b44-4998-84f7-4a69f78f6d02FALSE20admin13/03/2023admin13/03/2023cmis:documentXillio DocumentArches National Park - delicate arch v2.jpghttps://company.sharepoint.com/sites/demo/Gedeelde documenten/Arches National Park - delicate arch v2.jpg8fef8e92-f47a-a8a1-0bfd-41ab426ab156demo@sharepoint.comdemo@sharepoint.comIT/DMT/Document Purpose/Analysis, Data, ResearchNo1 line56780AlfrescoMicrosoft Information Protected
Alfrescoworkspace://SpacesStore/3427fb94-1f21-4947-8008-ff4e2cf5e614;1.0account``=%.txt/Sites/xill4/documentLibrary/source e2e/account``=%.txtRECORDworkspace://SpacesStore/3427fb94-1f21-4947-8008-ff4e2cf5e614TRUE10admin19/01/2023admin19/01/2023cmis:documentXillio Documentaccount``=%.txthttps://company.sharepoint.com/sites/demo/Gedeelde documenten/account``=%.txt644a2ff0-1926-f6ed-7a21-4946d4e29022demo@sharepoint.comdemo@sharepoint.comdemo@sharepoint.comR&D,Finance/DMT/Document Purpose/Finance & Budgeting,/DMT/Document Purpose/Analysis, Data, ResearchYes,No,Maybeline 1,line 2,line 312341Alfresco
Alfrescoworkspace://SpacesStore/bc3ec5ad-dd9e-4d83-b17d-b7dcf9a2d980;1.0shoes_awesome_cambridgeshire.svc/Sites/xill4/documentLibrary/source e2e/shoes_awesome_cambridgeshire.svcRECORDworkspace://SpacesStore/bc3ec5ad-dd9e-4d83-b17d-b7dcf9a2d980TRUE10admin19/01/2023admin19/01/2023cmis:documentXillio Documentshoes_awesome_cambridgeshire.svchttps://company.sharepoint.com/sites/demo/Xill4 document sets/Document Set/shoes_awesome_cambridgeshire.svcd7166f95-39bb-0a34-e531-0d7077ec14bddemo@sharepoint.comdemo@sharepoint.com/DMT/Document Purpose/Finance & BudgetingAlfresco

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

mongoConnectionTarget

The Mongo connection string to connect to containing the exported SharePoint Online objects. Only used when targetIsSPO is set to true.

reportPath

Path to the Excel file.

sheetName

Name of the sheet.

targetIsSPO

Specifies if the target system is SharePoint Online. If set to true it will use the configured mongoConnectionTarget to retrieve the display names of the metadata fields. If set to false, the system name of the metadata field is used instead.

customHeaders

An object containing additional headers with the content store path of the property. When specifying an empty object, all properties in target.properties are added as headers.

Example:

{
"Department" : "target.properties.department",
"Batch" : "migration.flags.batch"
}

Migration Reconciliation

The accelerator creates an Excel report with migration statistics that can be used to do reconciliation. It provides the following columns:

  • Metric: Definition of the calculated statistics.
  • Record: Count of records for metric.
  • Container: Count of containers for metric.
  • Total: Count of records+containers for metric.

For example:

MetricRecordContainerTotal
Total items21526
Migrated Successfully17320
Current Versions (records)1616
Non-Current Versions (records)22
Failed to Migrate112
Failed Reason: Already exists11
Failed Reason: Unspecified11
Excluded From Migration314
Current Versions (records)22
Non-Current Versions (records)11
Excluded Reason: Out of scope112
Excluded Reason: Unspecified22

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

reportPath

Path to the Excel file.

sheetName

Name of the sheet.

filterField

A content store field used for filtering the statistics.

Example: migration.origin

filterValues

An array of values to filter on specified filterField. When an empty array is provided, statistics are calculated on all objects.

Example: ["Alfresco"]