FLAM Issue Tracker - FL5
View Issue Details
0000990FL51.2 FLCCpublic2020-03-12 09:432020-04-30 19:43
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.21 
5.1.235.1.23 
0000990: Add new column format RST to read the rest of an record or to a fix offset inside of an record
Currently to read a variable length rest of an record, format DLM with a delimiter which not occur and the switch ANDEOD must be used. It would be much more better to a own format to read the rest of an record into a column.

The same is required if the next column starts at a fix offset and the remaining rest up to this offset must be read into a column. Read up to an and would be done if the offset is 0, if an offset defined the data would be read up to this offset.
No tags attached.
related to 0000996resolved Falk Reichbott Support digit based length fields at FORMAT.LDF 
Issue History
2020-03-12 09:43Falk ReichbottNew Issue
2020-03-12 09:43Falk ReichbottStatusnew => assigned
2020-03-12 09:43Falk ReichbottAssigned To => Falk Reichbott
2020-04-27 12:22Falk ReichbottSummaryAdd new column format RST to read the rest of an record => Add new column format RST to read the rest of an record or to a fix offset inside of an record
2020-04-27 12:22Falk ReichbottDescription Updatedbug_revision_view_page.php?rev_id=452#r452
2020-04-27 12:51Falk ReichbottRelationship addedrelated to 0000996
2020-04-30 19:43Falk ReichbottNote Added: 0001309
2020-04-30 19:43Falk ReichbottStatusassigned => resolved
2020-04-30 19:43Falk ReichbottFixed in Version => 5.1.23
2020-04-30 19:43Falk ReichbottResolutionopen => fixed

Notes
(0001309)
Falk Reichbott   
2020-04-30 19:43   
The format.rst() is now available to read remaining rest up to an offset or the end of an record or block. At write you can add space up to a certain offset, which is filled with the provided data or if not or some remaining rest will be padded with a defined padding byte.