FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000418FL52.2 Subprogram FLUC (CONV)public2014-04-28 12:502014-06-15 10:40
ReporterFalk Reichbott 
Assigned ToFalk Reichbott 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformGeneralOSGeneralOS VersionGeneral
Product Version5.0 
Target Version5.1Fixed in Version5.0 
Summary0000418: read.text() works for record oriented files based on record bounderies if no delimiter found in the data
DescriptionTo read record oriented files as text it would be useful to leave the record length information if no delimiter in the data. Means if the record length the correct delimiter for the data, then the record length will be uses to determin the text record.
Additional InformationFirst design:

It would be possible to add with an addtional block conversion '\n' to the data to build a correct text block, but this will result additional copies of the data. It would be much better to mark the data as text record and implement a new text formatting method if the data allready markt as text records. Currently in such case a error are produced (fio.txt()+fmt.txt()=error). If BIORIO detects there is no delimiter in the data, then BIORIO provides each record as text record. FMTTXT must then not parse the date for delimiters, it simply use the exiting records as text element and add a rest element with '\n' as value.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000493)
Falk Reichbott (administrator)
2014-06-15 10:40

This issue are implemented in version 5.0.12. Addtional a new ISPF line command FLVIEW was introduced which shows the content of each kind (normal host data set incl. VSAM, GZIP, BZIP2 and XZ-Files, binary transfered files from other platforms aso.) of file.

The feature can be used with our record or byte interface to read each kind of file with the same open. Only the file name are different.

Currently we work on a new read method called auto, which makes binary formatting for binary data, text formatting for text data and XML formatting for XML data. With this new method you must not know wich kind of data you read, you will always get best formated records.

- Issue History
Date Modified Username Field Change
2014-04-28 12:50 Falk Reichbott New Issue
2014-04-28 12:50 Falk Reichbott Status new => assigned
2014-04-28 12:50 Falk Reichbott Assigned To => Falk Reichbott
2014-06-15 10:40 Falk Reichbott Note Added: 0000493
2014-06-15 10:40 Falk Reichbott Status assigned => resolved
2014-06-15 10:40 Falk Reichbott Fixed in Version => 5.0
2014-06-15 10:40 Falk Reichbott Resolution open => fixed


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker