Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-04-16 02:25 PM
Could you please share API code(.net or powershell) to extract a report from Archer to an xml/json file and save that in a particular path?
2019-04-16 02:52 PM
Sergei Bakhaev provided the part of the code to extract report with paging: https://community.rsa.com/thread/197204
So, should not be hard then to use FileSystem to save file.
But, I think your use case is ideal situation for Transporter feed, no?
2019-04-19 01:57 AM
Hi Ilya,
Yes , have seen this thread but I am not able to figure out where the output xml file gets saved? Could you please help me on that?
I had asked the same question to Sergei too in the same thread.
Basically we would like to generate a JSON format of a report outside of archer.
2019-04-19 02:26 AM
Sergei's code produces the XML document, it does not save it explicitly. You need to save it by calling save method.