7 Messages
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.
Community_Alex
678 Messages
•
14.4K Points
3 years ago
@spring-team.collibra.com, is there anything that can help Shashi?
0
0
springboot_team
368 Messages
3 years ago
Hello 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”).
0
0
shashikumari
7 Messages
3 years ago
Thanks Team for the reply.
0
0