Expand my Community achievements bar.

Don't miss out on our March Adobe Workfront events!

Bulk xml export

Avatar

Level 4

We have a client that is asking for our project data to be exported to MS Project and provided to them. I know we can export each individual project but I am not seeing any way to do a bulk export to xml. We have 450+ projects that need to be exported multiple times. Does anyone know the best way to do this? Maybe it can be done with a Fusion scenario?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

Tracy,

There isn't a native way in Workfront to create xml data.  If you have Fusion there is an xml module that can be used to create XML data where you could map the fields from projects that you need into an XML structure to have it be created...sorry not better news.

Avatar

Level 10

Hello Tracy,

 

If you have a look into the API-Explorer and switch the API version to API unsupported, you will see, that there is an action under Projects (PROJ), which is called exportAsMSProjectFile.

Running that (PUT), I do get an UUID. Unfortunately that action is not documented, but i could imagine, that this UUID could refer to a temporary created file, which has to be downloaded in a second step...
Perhaps someone has an idea?

 

Regards

Lars

Avatar

Level 7

Hi @Tracy_Parmeter  

 

Turns out it's quite simple: In Fusion

  1. get the Workfront session
  2. download the XML
  3. save (or upload) the XML file

Here's how it works: 
The "Export MS Project" action calls the endpoint /exportMSProject and passes the projectID. 
The response is the XML file. 

JSON attached.

SveniX_0-1740756940228.png

 

 

CC: @lgaertner @Kurt_Jones