Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.95 KB

File metadata and controls

60 lines (45 loc) · 2.95 KB

Import API tutorial

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.


Table of contents

  1. Project structure
  2. Collibra developer terms
  3. Additional resources

Project structure

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.

Collibra developer terms

This repository is part of the Collibra Developer Toolkit. By using or accessing the Developer Toolkit, you agree to the Collibra Developer Terms.

Additional resources