Create node from Excel data | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

arunpatidar
Community Advisor
Community Advisor
December 5, 2022

Hi,

You need to write custom solution for that. There is no OOTB solution available.

1. Read CSV/EXCEL

2. Creat node 

3. set property 

 

You can use scheduler if the nodes has to be created iteratively or Listener when file is changed or on demand. 

You can create nodes only in Author and later publish on publishers

Arun Patidar
HeenaMadan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 5, 2022

You need to write custom logic to read excel file and create node as per your requirement means name of th node and set property accordingly. Better to run this job as scheduler/sling job on Author and then publish as per your requirements.