|
|
|
Converting CSV Data into XML Data
Author: Matthias Davis | Email Website : www.multdmedia.com
Advertisement
This tutorial will demonstrate how you can use Flash with MDM Zinc v2.5 - a SWF to EXE program - to create a program which reads CSV files and saves them to
hard disk as XML files.
More information here - http://www.multidmedia.com/software/zinc/
The CSV (comma separated values) file format is a delimited data format that has fields seperated by commas and records seperated by newlines. Most database
managing programs allow you to export database data in CSV format. In this tutorial, it is assumed you have a basic knowledge of ActionScript (in particular
nested loops) and Flash's XML Class.
To see this tutorial in action you can download the trial version of Zinc and use it to compile the provided SWF into a full standalobe application (The
trial versions of Zinc are free for evaluation purposes and have all of the functionality of the full versions).
Zinc Windows Trial Version - http://www.multidmedia.com/software/zinc/trial
Zinc Mac Trial Version - http://www.multidmedia.com/software/zinc/osx/trial
You can also download the complete application directly from the MDM File Exchange -
http://www.multidmedia.com/support/developers/exchange/?action=show&id=67
Download Source File
We hope the information helped you. If you have any questions
or comments, please don't hesitate to post them on the
Forums section
Submit your Tutorial at Click Here
|
|
|