Expand my Community achievements bar.

SOLVED

Upload Asset and link to Content Fragment in Bulk

Avatar

Level 3

I have a scenario where we need to upload assets , then create content fragment and set link of uploaded assets in content fragments , is there any efficient way to do this ?

 

We are using AEM 6.5 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @adivj95 

 

1. For Bulk import of assets, we can use the following option:

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/migration/bulk-import...

 

2. For Content Fragment Creation, we can write our own script. It would also allow us to create relevant folders and name convention.

 

3. For associating asset with CF, please check if OOTB metadata import/export helps.

https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-exp...

 

 

Also, you can combine 2 & 3 in a single script. Then you would be able to define proper associations based on naming conventions easily.


Aanchal Sikka

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @adivj95 

 

1. For Bulk import of assets, we can use the following option:

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/migration/bulk-import...

 

2. For Content Fragment Creation, we can write our own script. It would also allow us to create relevant folders and name convention.

 

3. For associating asset with CF, please check if OOTB metadata import/export helps.

https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-exp...

 

 

Also, you can combine 2 & 3 in a single script. Then you would be able to define proper associations based on naming conventions easily.


Aanchal Sikka