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.
Solved! Go to Solution.
Views
Replies
Total Likes
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...
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...
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.
@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.
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.
@sunil_kumar_, Can I Trigger URL Asset Import with some api or job ?
@gdeshwal If the assets volume is huge then you can try the oak migration tool, as explained here: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/using-crx2oak.html...
@diksha_mishra This only works from AEM to AEM , not from any other non AEM source or legacy systems.
Views
Likes
Replies