Hello,
I needed to push data from a legacy system into the CQ content
repository.
I have about 10,000 products/data in a legacy system, and don’t want
to manually create each product page in CQ5.
I wanted to write a utility/program/service that will read data from
my legacy system(database or xls) and create the product nodes
automatically in CQ.
Each product node created in the JCR repository should have a specific
structure. Example each product node(cq:Page) should contain two
cq:text nodes for the tile and description respectively.
What would be the best way to do this!
Please help
Karan