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

HeenaMadan
New Participant
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.

arunpatidar
New Participant
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