This is a tutorial module that demonstrates how to use the Import and Synchronization APIs. This module has a series of examples that you can run independently.
This module has the following classes and resources:
- ImportJsonFileDemo1 - Imports resources from a JSON file.
- ImportCSVFileDemo2 - Imports resources from a CSV file.
- ImportExcelFileDemo3 - Imports resources from an Excel file.
- SynchronizeJsonFileDemo4 - Synchronizes imports from 2 batches and finalizes the synchronization.
- SynchronizeRefreshDemo5 - Synchronizes imports from 2 batches, finalizes it and sends a refresh of the synchronization. This class demonstrates how resources in Collibra can be either deleted or have their status updated using the Synchronization API.
- Demo1_ImportJson.json - Json file to be imported.
- Demo2_ImportCSV.csv - CSV file to be imported.
- Demo3_ImportExcel.xlsx - Excel file to be imported.
- Demo_Template.json - Template file used by CSV and Excel Imports.
- Demo4_SynchronizeBatch1.json - Batch1 resources for Synchronization. Contains 3 assets.
- Demo4_SynchronizeBatch2.json - Batch2 resources for Synchronization. Contains 2 assets.
- Demo5_SynchronizeBatch1.json - Batch1 resources for Synchronization refresh. Contains 2 assets.
- Demo5_SynchronizeBatch2.json - Batch2 resources for Synchronization Refresh. Contains 2 assets.
- Import_API.postman_collection.json - Postman collection for Import API.
This repository is part of the Collibra Developer Toolkit. By using or accessing the Developer Toolkit, you agree to the Collibra Developer Terms.