Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Crete an node from Excel data where the property are also set from excel file
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
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.
Views
Likes
Replies