Posts

Showing posts with the label Export Profile

Export User Profile in Sitecore Content Hub

Image
We are aware of the export of the Content and Asset entities in Content Hub, but no such OOTB option is available to export the User profiles. This requires customization. In this blog post, I explain how we can export the User profiles in Sitecore Content Hub.  Step 1: Create a Custom Export Profile See the blog post about the detailed steps on How you can create a Custom Export Profile in Sitecore Content Hub , Refer to the Export Profile Section. For exporting the user profile use the following export Profile script: In the above example, I am exporting ID, Identifier, Username, UserGroup, Module, and System Properties. You can customize it as per your requirements. Step 2: Create a Custom Export Page: Click on the Manage icon and choose the Pages option. Click on the Plus icon and create a new blank page. Provide a name, leave other fields as it is, and click on save. Step 3: Add the component to the Page: Click on the Export User ...

Custom Export Profile in Sitecore Content Hub

Image
By default, in Sitecore Content Hub when we export the Content Entity, the exported Excel file includes all the fields. It's quite confusing when we want to read, analyze, and perform any operation on the data. The whole process uses Export Profile in the background. To export only specific fields into the Excel files we need to create a custom Export profile into Sitecore and Sitecore provides this functionality OOTB to create Custom Export profile. The following steps describe how to create a custom export profile for Content Entity and enable that particular export profile on the selection component of the search page. Create Export Profile: 1. Click on the manage icon, in the top right corner and choose the Export Profile option. 2. On the Export profile page, click on "+ Export Profile" and in the Export profile popup fill in the details: Name: Name of the Export Profile Definition: Entity Definition used for t...