Migration of Assets

Hello,

I am thinking of building a bot to migrate assets from one to another orchestrator.

Idea is to extract somehow the assets to an excel or csv and bot then logs in to another orchestrator to create the same assets in excel.

Any leads?

Regards
Joice

Well you can connect the bot to the assets Database and extract assets directly from there, however, I don’t know how that would work in excel because the orchestrator logs all the assets into the DB as encrypted strings, and again that’s really a terrible idea man, i don’t know why you would need to ever do that but it’s just against the best practices, bots or anyone, are not supposed to be touching assets since that’s sensitive credentials

Or you can write a power query script to retrieve the data from DB to excel