com.croftsoft.apps.tab2xml
Class Csv2Xml

java.lang.Object
  extended by 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

Method Summary
static void convert(String inputCsvFilename, String outputXmlFilename)
           
static void main(String[] args)
           
static String[] parseLine(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)