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
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @adivj95
1. For Bulk import of assets, we can use the following option:
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.
Also, you can combine 2 & 3 in a single script. Then you would be able to define proper associations based on naming conventions easily.
Hello @adivj95
1. For Bulk import of assets, we can use the following option:
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.
Also, you can combine 2 & 3 in a single script. Then you would be able to define proper associations based on naming conventions easily.