From: bruce m. <tr...@us...> - 2004-07-25 18:09:07
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/src/com/babeldoc/conversion/flatfile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22731/modules/conversion/src/com/babeldoc/conversion/flatfile Added Files: package.html Log Message: Added more package.html pages... --- NEW FILE: package.html --- <body> <h2>Introduction</h2> The flat file conversion code converts a structured input document (like a cobol copy book) into an XML document. The conversion is controlled by a conversion XML file. There are two kinds of conversion: <ul> <li>CSV - Comma Separated Value input files</li> <li>Positional - based on column (and optionally row) in the input file<li> </ul> The conversion code can also operate on files that change their positionality based on markers in the input file - this is the segmented file types. </body> |