Universal Gantt Transform
The professional bridge between MS Project XML, JSON, and MPP formats. Secure, client-side processing for your sensitive project data.
1Choose Source File
Upload an MS Project XML or a JSON project file to start the transformation process.
Drop your project here
Supports MS Project XML, JSON, and Mermaid Gantt formats
2Output Format
Select your desired output format. MPP is best for Microsoft Project, JSON for developers.
Instant Processing
Optimized parsing engine handles complex projects with thousands of tasks in milliseconds.
Zero-Data Privacy
Your project data never leaves your browser. All conversion happens locally for maximum security.
Multi-Format
Convert between XML, JSON, and MPP seamlessly. Perfect for developers and project managers.
Transformation Workflow
Select Format
Choose your source XML or JSON file to start the process.
Configure
Select your preferred output format based on your needs.
Finalize
Instantly download your ready-to-use project file.
Integrate Conversion Into Your Apps
Connect your management software directly to our conversion engine via REST. Full documentation and samples included.
# Request: multipart/form-data
file: "project.xml"
# Response sample
{
"success": true,
"content": "<Project..."
}