Prerequisites
Whatever entities you want to import in runtime. Just add those entities reference in HBoots_Import module of Component.
Column header name(s) should match with entity attribute(s).
Entity should have one to many relationships.
Doesn’t work for static entity (of course 😊).
Steps
Open HBoots_Import module and add the references of entites which you want to import in runtime and publish it
Open <your server name>/HBoots_Import/
Select Parent entity espace, child entity espace, Parent entity name and child entity name
Select distinct attribute(s) of your parent entity, Eg., For student data - email
Upload the file and click start importing button
This component will only support create records
If you want to process large records, Wrap the action and use a timer