Code

Support for XML to CSV Converter

Support for XML to CSV Converter

By
Cart 136 sales

axelsky supports this item

Supported

Popular questions for this item

How can I make the script read an xml file from an url and convert it to a CSV and leave it in the server, not download it ?

<?php

require_once('XmlToCsv.class.php');

// Example 1
$x = new XmlToCsv();
$csvString = $x->url('http://www.mysite.com/example.xml')->autoConvert();
file_put_contents("my_csv_file.csv",$csvString);

// Example 2
ob_start();
XmlToCsv::convert('http://www.mysite.com/example.xml');
file_put_contents("my_csv_file.csv",ob_get_clean());

?> 

Contact the author

This author provides limited support for this item through this item's comments.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey