Hi Heiner,
We don’t have an external script to translate the ibdiagnet2.db_csv file, but you can use the “mst ib add” output and create your own script.
Something similar to the following:
- mst start
- mst ib add
- mst status | grep CA > CA.list
- for i in $(cat CA.list); do flint -d $i q; done
Regards,
Viki