hboots-advanced-data-imports-one-to-many
Reactive icon

HBoots - Advanced Data Imports (One to Many)

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 27 November 2021
 by 
5.0
 (1 rating)
hboots-advanced-data-imports-one-to-many

HBoots - Advanced Data Imports (One to Many)

Documentation
1.0.0

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
  1. Open HBoots_Import module and add the references of entites which you want to import in runtime and publish it
  2. Open <your server name>/HBoots_Import/ 
  3. Select Parent entity espace, child entity espace, Parent entity name and child entity name
  4. Select distinct attribute(s) of your parent entity, Eg., For student data - email
  5. 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