Convert MS Project To CSV

Common Information

This article shows how you can convert your MS Project .MPP file to CSV. Please note that in our case we will use .MPP file format, but you might want to use any of the supported formats. To do so, we need to follow a few steps:

  1. Get credentials for your app. If you doesn’t have them you may want to register your account and use it to create your app credentials.
  2. Upload your source MS Project .MPP file to the cloud storage. It’s safe and secure. For detailed information about how to do it you can look at this article.
  3. Convert uploaded source MS Project .MPP file to CSV. To do this, you must call specified endpoint. You also should specify at least some of required parameters. In this case, if you want to get output file in CSV format, you should set ‘csv’ value for ‘format’ parameter. Name of uploaded input file is also required.

As a developers, we know that no one likes such boring activity as investigate third-party APIs, even if they have great specs :) To keep you out of it, we provide you a lot of SDKs so you can interact with our API much easier. Use them to convert your MS Project .MPP to CSV using Node.JS, Python, Go and many others languages as shown in the examples below.

API Information

API Type Description Resource Link
/tasks/{name}/format GET Get the project in a particular format GetTaskDocumentWithFormat

cURL Example

SDKs

The Aspose.Tasks Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples