JRecord
fmms
13年前
JRecord 是一个Java工具包用来读取根据长度进行字段定义的文本文件,例如CSV ,同时也支持XML的读写。 <ol type="1" compact=""> <li>Read and write files of length based records (both fixed length records and Length field based records). </li> <li>Read and write CSV files. </li> <li>Read and Write Flat Fixed width files (Text and Binary) via either a Xml-Record-Layout or a Cobol Copybook.. </li> <li>Read and write XML files (via StAX parser). </li> <li>Common IO routines across all File Types (XML, CSV, Fixed field Width). </li> <li>Support for various Flat file formats (Fixed, Delimited, Length based Files (i.e. Mainframe VB).</li> </ol> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1327499031328" target="_blank">http://www.open-open.com/lib/view/home/1327499031328</a></p>