com.croftsoft.apps.tab2xml
Class Csv2Xml
java.lang.Object
com.croftsoft.apps.tab2xml.Csv2Xml
public final class Csv2Xml
- extends Object
Converts a comma separated value (CSV) file to XML.
- Since:
- 2003-05-12
- Version:
- 2003-05-12
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
convert
public static void convert(String inputCsvFilename,
String outputXmlFilename)
throws Exception
- Throws:
Exception
parseLine
public static String[] parseLine(String line)
CroftSoft Apps Javadoc (2008-09-28 21:15:07)