Expand my Community achievements bar.

SOLVED

Assets import from legacy systems

Avatar

Level 1

I have a requirement.
We have 4 different legacy systems with assets(images,videos,documents). We want to import those assets into AEM.
Looking for some suggestions.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@gdeshwal ,

If you are using ACS Commons. There are two solutions available for importing assets into AEM. I am not sure your exact use case. 
If you are importing from directory, you can use CSV Asset Importer. It need a csv file with asset and other information. Please check this below.

https://adobe-consulting-services.github.io/acs-aem-tools/features/csv-asset-importer/index.html

 

If you need to import using http, use this. You have to provide assets information .xlsx file. Please check which can be used for your use case. Please check compatibility of these utilities for AEM as a cloud. 
https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp-tools/asset-ingestion/url-a...

 

View solution in original post

8 Replies

Avatar

Correct answer by
Community Advisor

@gdeshwal ,

If you are using ACS Commons. There are two solutions available for importing assets into AEM. I am not sure your exact use case. 
If you are importing from directory, you can use CSV Asset Importer. It need a csv file with asset and other information. Please check this below.

https://adobe-consulting-services.github.io/acs-aem-tools/features/csv-asset-importer/index.html

 

If you need to import using http, use this. You have to provide assets information .xlsx file. Please check which can be used for your use case. Please check compatibility of these utilities for AEM as a cloud. 
https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp-tools/asset-ingestion/url-a...

 

Avatar

Level 1

Thanks @sunil_kumar_ ,

I have AEM standalone not cloud. We will be getting assets from different applications. I can use http to get assets. How can i get xlsx file for assets.

Avatar

Community Advisor

@gdeshwal You have create this file as per your need. Please check the documentation link I shared. You have to add source and destination path and other metadata needed. Different system has different security layers. Not sure if you can get directly from source application. Check your source application. Or you can mount assets to any drive and then take from mounted drive. You have prepared xlsx accordingly. 

Avatar

Level 4

Hi @gdeshwal  : This depends on from what all sources you are trying to migrate. There is also S3 asset ingestor tool where you would have to first migrate asests to S3 from all legacy source. https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp-tools/asset-ingestion/s3-as... . You still need to account for metadata mapping manually additionally in all cases. 

Avatar

Level 4

@diksha_mishra This only works from AEM to AEM , not from any other non AEM source or legacy systems.

Avatar

Community Advisor

Agree to @digarg31 ,

I successfully used URL Asset Import for 3000K assets from mounted drive over http.