Is there a way to call Import Api using TableViewConfig JSON via the SpringBoot Integration library
I am working on import api of SpringBoot Integration library and we have many complex assets that we want to import from CSV files, for which we are currently using TableViewConfig JSON to import them in Collibra.
I can see there are options for export via TableViewConfig, I was wondering is there any classes or methods available in the Spring Boot Integration library that can be used to import data from CSV to collibra using TableViewConfig JSON?
Please guide us for same.
shashikumari
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
3 comments
shashikumari
OP4 years ago · EditedThanks Team for the reply.
springboot_team
·4 years ago · EditedHello Shashi,
Thanks for trying the Spring Boot Integration Library.
Unfortunately, importing data from a CSV file directly to a Collibra Platform using the library (through the Import API), it is currently not supported.
However, you can parse the CSV file and then prepare the assets (with their name, display name, tags, type, domain/community, status, attributes and relations) using the CollibraAsset builder methods and then import them (i.e. the list of assets) using the CollibraImportApiHelper as explained in the documentation (sections “The CollibraImportApiHelper Class” and “A Step-by-Step Guide to Importing/Upserting Assets”).
Alexandra Jorgenson
Admin4 years ago · Edited@spring-team.collibra.com, is there anything that can help Shashi?