View Revisions: Issue #866 |
[ Back to Issue ] |
Summary |
0000866: Add table support to convert based on colums between CSV files and FB datasets |
|
Revision |
2017-03-22 09:14 by Falk Reichbott |
|
Description |
Add a new component to split records (rows/line) in columns. This support requires binary blobs, strings, integer and float data types and and the conversion between different reprasentations.
The target must be to read a CSV file and present a COPYBOOK structure (FB) on the record interface, supporting all the COMP, BCD style datatypes of COBOL and vice versa. So that files containing records with strings and binary numbers can be converted. |
|
Revision |
2017-03-24 09:23 by Ulrich Schwab |
|
Description |
Add a new component to split records (rows/line) in columns. This support requires binary blobs, strings, integer and float data types and the conversion between different representations.
The goal is to read a CSV file and present a COPYBOOK structure (FB) on the record interface, supporting all the COMP, BCD style datatypes of COBOL and vice versa in order to be able to convert files containing records with strings and binary numbers. |