Bulk import assets using Assets view bulk-import-assets-view
Bulk Import in AEM Assets view provides administrators with the ability to import large number of assets from a data source to AEM Assets. The administrators do not need to upload individual assets or folders to AEM Assets anymore.
You can import assets from the following data sources:
- Azure
- AWS
- Google Cloud
- Dropbox
- OneDrive
Prerequisites prerequisites
- Azure Storage Account
- Azure Blob Container
- Azure Access Key or SAS Token based on the authentication mode
- AWS Region
- AWS Bucket
- AWS Access Key
- AWS Access Secret
- GCP Bucket
- GCP Service Account Email
- GCP Service Account Private Key
- Dropbox Client ID (App key)
- Dropbox Client Secret (App secret)
- OneDrive Tenant ID
- OneDrive Client ID
- OneDrive Client Secret
In addition to these prerequisites based on the data source, you must be aware of the source folder name available in your data source that contains all assets that need to be imported to AEM Assets.
Configure the Dropbox developer application dropbox-developer-application
Before importing assets from your Dropbox account to AEM Assets, create and configure the Dropbox developer application.
Execute the following steps:
-
Login to your Dropbox account and click Create apps.
-
In the Choose an API section, select the only available radio button.
-
In the Choose the type of access you need section, select one of the following options:
-
Select App folder, if you need access to single folder created within your application in your Dropbox account.
-
Select Full Dropbox, if you need access to all files and folders within your Dropbox account.
-
-
Specify a name for your application and click Create app.
-
In the Settings tab of your application, add the following to the Redirect URIs section:
-
https://exc-unifiedcontent.experience.adobe.net
-
https://exc-unifiedcontent.experience-stage.adobe.net (valid only for Stage environments)
-
-
Copy the values for the App key and App secret fields. The values are required while configuring the bulk import tool in AEM Assets.
-
On the Permissions tab, add the following permissions within the Individual scopes section.
-
account_info.read
-
files.metadata.read
-
files.content.read
-
files.content.write
-
-
Click Submit to save the changes.
Configure the OneDrive developer application onedrive-developer-application
Before importing assets from your OneDrive account to AEM Assets, create and configure the OneDrive developer application.
Execute the following steps:
-
Login to your OneDrive account and click New registration.
-
Specify a name for the application, select Accounts in this organizational directory only (Adobe only - Single tenant) from Supported account types, and click Register. The application is created successfully.
-
Copy the values for the application client ID and tenant ID fields. The values are required while configuring the bulk import tool in AEM Assets.
-
Execute the following steps to add a certificate:
- On the application overview page, click Add a certificate or secret and then click New client secret.
- Specify the client secret description and expiration and click Add.
- After creating the Client Secret, copy the Value field (Do not copy the Secret ID field). It is required while configuring bulk import in AEM Assets.
-
Execute the following steps to add redirect URIs:
-
On the application overview page, click Add a Redirect URI > Add a platform > Web.
-
Add the following to the Redirect URIs section:
-
https://exc-unifiedcontent.experience.adobe.net
-
https://exc-unifiedcontent.experience-stage.adobe.net (valid only for Stage environments)
Add the first URI and click Configure to add it. You can add more by clicking Add URI option available in the Web section on the Authentication page.
-
-
-
Execute the following steps to add API permissions for the application:
- Click API permissions in left pane and click Add a permission.
- Click Microsoft Graph > Delegated permissions. The Select Permission section displays the available permissions.
- Select
offline_access
permission fromOpenId permissions
andFiles.ReadWrite.All
permission fromFiles
. - Click Add permissions to save the updates.
Create bulk import configuration create-bulk-import-configuration
Execute the following steps to create a bulk import configuration:
-
Navigate to Settings > Bulk Import and click Create Import.
-
Select the data source. The available options include Azure, AWS, Google Cloud, and Dropbox.
-
Specify a name for the bulk import configuration in the Name field.
-
Specify the data source specific credentials, as mentioned in Prerequisites.
-
Provide the name of the folder that contains assets in the data source in the Source Folder field.
note note NOTE If you are using Dropbox as the data source, specify the source folder path based on the following rules: - If you select Full Dropbox while creating the Dropbox application and the folder which contains the assets exists at
https://www.dropbox.com/home/bulkimport-assets
, then specifybulkimport-assets
in the Source Folder field. - If you select App folder while creating the Dropbox application and the folder which contains the assets exists at
https://www.dropbox.com/home/Apps/BulkImportAppFolderScope/bulkimport-assets
, then specifybulkimport-assets
in the Source Folder field, whereBulkImportAppFolderScope
refers to the name of the application.Apps
is automatically added afterhome
in this case.
- If you select Full Dropbox while creating the Dropbox application and the folder which contains the assets exists at
-
(Optional) Select the Delete source file after import option to delete the original files from the source data store after the files are imported into Experience Manager Assets.
-
Select the Import Mode. Select Skip, Replace, or Create Version. Skip mode is the default and in this mode, the ingestor skips to import an asset if it exists already.
-
(Optional) Specify the metadata file to import, provided in CSV format, in the Metadata File field and click Next to navigate to Location & Filters.
-
To define a location in DAM where assets are to be imported using the Assets Target Folder field, specify a path. For example,
/content/dam/imported_assets
. -
(Optional) In the Choose Filters section, provide the minimum file size of assets in MB to include them in the ingestion process in the Filter by Min Size field.
-
(Optional) Provide the maximum file size of assets in MB to include them in the ingestion process in the Filter by Max Size field.
-
(Optional) Select the MIME types to include in the ingestion process using the Include MIME Type field. You can select multiple MIME types within this field. If you do not define a value, all MIME types are included in the ingestion process.
-
(Optional) Select the MIME types to exclude in the ingestion process using the Exclude MIME Type field. You can select multiple MIME types within this field. If you do not define a value, all MIME types are included in the ingestion process.
-
Click Next. Select Save & run import to save the configuration and run the bulk import. Select Save import to save the configuration for now so that you can run it later.
-
Click Save to execute the selected option.
Handling filenames during bulk import filename-handling-bulkimport-assets-view
When you import assets or folders in bulk, Experience Manager Assets imports the whole structure of what exists in the import source. Experience Manager follows the inbuilt rules for special characters in the asset and folder names, therefore these filenames need sanitization. For both folder name and asset name, the title defined by the user remains unchanged and is stored in jcr:title
.
During bulk import, Experience Manager look for the existing folders to avoid reimporting the assets and folders, and also verifies the sanitization rules applied in the parent folder where the import takes place. If the sanitization rules are applied in the parent folder, the same rules are applied to the import source. For new import, the following sanitization rules are applied to manage the filenames of assets and folders.
For more information on disallowed names, handling asset names, and handling folder names during bulk import, see Handling filenames during bulk import in Admin view.
View existing bulk import configurations view-import-configuration
If you select to save the configuration after creating it, the configuration displays in the Saved Imports tab.
If you select to save and run the import, the import configuration displays in the Executed Imports tab.
If you schedule an import, it displays in the Scheduled Imports tab.
Edit bulk import configuration edit-import-configuration
To edit the configuration details, click More Options (…) corresponding to the configuration name and click Edit. You cannot edit the title of the configuration and the import data source while performing the edit operation. You can edit the configuration using Executed, Scheduled, or Saved Imports tabs.
Schedule one-time or recurring imports schedule-imports
To schedule a one-time or a recurring bulk import, execute the following steps:
-
click More Options (…) corresponding to the configuration name available in the Executed Imports or Saved Imports tab and click Schedule. You can also reschedule an existing scheduled import by navigating to Scheduled Imports tab and clicking Schedule.
-
Set a one-time ingestion or schedule an hourly, a daily, or a weekly schedule. Click Submit.
Perform an import health check import-health-check
To validate the connection to the data source, click More Options (…) corresponding to the configuration name, and then click Check. If the connection is successful, Experience Manager Assets displays the following message:
Perform a dry run before executing an import dry-run-bulk-import
Click More Options (…) corresponding to the configuration name and click Dry Run to invoke a test run for the Bulk Import job. Experience Manager Assets displays the following details about the Bulk Import job:
Run a bulk import run-bulk-import
If you have saved the import while creating the configuration, you can navigate to Saved Imports tab, click More Options (…) corresponding to the configuration and click Run.
Similarly, if you need to execute an already executed import, navigate to Executed Imports tab, click More Options (…) corresponding to the configuration name and click Run.
Stop or schedule an ongoing import schedule-stop-ongoing-report
You can schedule or stop an ongoing bulk import using the bulk import status dialog that displays on the Bulk Import home page during an import.
You can also view the assets that have been imported in the target folder by clicking View Assets.
Delete a bulk import configuration delete-bulk-import-configuration
Click More Options (…) corresponding to the configuration name existing in Executed Imports, Scheduled Imports, or Saved Imports tabs and click Delete to delete the Bulk Import configuration.
Navigate to assets after performing bulk import view-assets-after-bulk-import
To view the Assets target location where the assets are imported after running the Bulk Import job, click More Options (…) corresponding to the configuration name, and then click View Assets.