demo_conv.exe
// Data conversion file // Input File Full path to data file, directories starting with upper case. //Data set name Name for data //Number of observations Integer //Number of variables Integer // Input delimiter Integer {0 - space, 1 - tab, 2 - comma} // Header Integer {0 - no, 1 - yes} // Valid bound Value // XML file Full path to xml file, directories starting with upper case. // Variable information {for each variable} // Variable name<\var> //Variable type Integer {1 - continuous, >1 categorical} {if categorigal //Categories Integer {number of categories} Space separated integers {list of category values} } //End of variable //End of file