Experience with onboarding bulk data requests into a business glossary
HI,
Interested in understanding experience in providing the business an option to bulk upload a high volume of business assets in one action. At the moment we have utilised the OOTB workflows for adding new BT but this has only been configured for singular BTs.
The requirement for bulk upload mainly centres on,
- The data been available for approval/review/rejection etc.
- We have determined a number of mandatory attributes that we would need populated as part of this process
We currently utilise the bulk import however this does not allow either of the above requirements. Also we have restricted this function to admin users.
Ideally we would like to develop a workflow that takes an CSV/Excel file similar to the import function and within that workflow check that we have the required attributes and be queued for review in the data flow.
Interested in understanding if any citizens have developed a similar workflow or perhaps went with a different approach to achieve this in Collibra.
Kind Regards
Stephen
arthurburkhardt
·3 years ago · Editedsure
chumitalukdar1
·3 years ago · Edited@arthur.burkhardt: can you please provide the reference of the excel file used in bulk upload of the assets
stephenmc_donald
OP4 years ago · EditedThis is very helpful - thank you.
arthurburkhardt
·4 years ago · EditedFYI, here’s a sample code to batch import data from an excel file in a workflow. (it’s for reference data: code set/code value).
importCodeSets.groovyFrom there, you can customize to add any validation constraints, start other approval workflows, etc.
arthurburkhardt
·4 years ago · EditedYes, it’s possible to build a workflow to do exactly what you want.
Another possibility is to load the data into a default community with a default status, then start approval workflows for all items + validation rules to check for mandatory attributes.