collibra is a program to manage term definitions.
what I need is an export from ARIS (*.csv) to collibra, where in collibra the definitions of the terms will be added and send back (via *.csv) to ARIS. (example terms: customer, process.. )
and all this needs to be automatic.
how can I do this?
Any help is very much welcome,thx
Roy De Caster
Jens Heylmann on
Hello Roy,
try to write a ARIS script that uses Apache POI to create or read *.csv files.
http://poi.apache.org/
Use the ARIS script scheduler to automate the ARIS script:
Report class ReportScheduler - Method getDecryptedScheduleResult getDecryptedScheduleResult ( String sScheduleGUID, String sUser, String sPassword, boolean bIsPwdEncrypted ) Regards, Jens