wt.ixb.handlers.netmarkets
Class CSV2XML

java.lang.Object
  extended bywt.ixb.handlers.netmarkets.CSV2XML

public class CSV2XML
extends Object


Field Summary
private static String _rb
           
private static File inputDir
           
private static String mapfile
           
private static File outputDir
           
private static boolean printUsage
           
 
Constructor Summary
CSV2XML()
           
 
Method Summary
static void CsvToXMLLoadFiles(PrepMapFile pmf)
           
static void main(String[] args)
           
private static void printUsage()
           
private static void processArgs(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rb

private static final String _rb
See Also:
Constant Field Values

mapfile

private static String mapfile

inputDir

private static File inputDir

outputDir

private static File outputDir

printUsage

private static boolean printUsage
Constructor Detail

CSV2XML

public CSV2XML()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

printUsage

private static void printUsage()

CsvToXMLLoadFiles

public static void CsvToXMLLoadFiles(PrepMapFile pmf)
                              throws IOException,
                                     Exception
Throws:
IOException
Exception

processArgs

private static void processArgs(String[] args)
                         throws WTException
Throws:
WTException