MatthiasEberl / cordysfilecon

Automatically exported from code.google.com/p/cordysfilecon
Apache License 2.0
0 stars 0 forks source link

Read multiline file records #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature I would like to see:
Capability to read file records spanning multiple lines.
It should be possible to specify a structure per line in a record.
For example the first line of a two lines record could be defined as fixed 
width format. The second line could be using CSV format

Example of a record structure:
Record1_fixed_width
Element1;This is element 2;and elem 3
Record2_fixed_width
Element1;element 2 is here;and now element3

Alternatives:
None

Original issue reported on code.google.com by te...@cordys.com on 10 Jul 2012 at 8:30