Convert large XML file to CSV in PHP -


I have a 50MB XML file. I want to convert it to a CSV file, but in most ways I have removed the server memory Is there a good way to do this, such as the XMLreader

You want to use to parse XML, because it is an event based parser Works - The example does not load everything in memory, but rather reads it because it is advance through the input file.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -