Skip to main content
Version: Latest (4.60.0)

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"
}