FLAM Issue Tracker - FL5
View Issue Details
0000471FL52.2 Subprogram FLUC (CONV)public2014-06-13 09:542014-06-18 14:49
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.0 
5.15.0 
0000471: Transparent read of binary, text and xml files
To finish the transparent read cabebilities of our byte and record interface a last feature are required to display also XML files in the best manner. Means if you open a file and it is a text file, you will get text records if it a XML file you will get the pretty printed XML records. For this the right formatting mehtod must be choosed depending on the data format.

This feature is also required to finalise the FLVIEW ispf panel service to show also XML files in the best/correct manner.

No tags attached.
Issue History
2014-06-13 09:54Falk ReichbottNew Issue
2014-06-13 09:54Falk ReichbottStatusnew => assigned
2014-06-13 09:54Falk ReichbottAssigned To => Falk Reichbott
2014-06-18 14:49Falk ReichbottNote Added: 0000505
2014-06-18 14:49Falk ReichbottStatusassigned => resolved
2014-06-18 14:49Falk ReichbottFixed in Version => 5.0
2014-06-18 14:49Falk ReichbottResolutionopen => fixed

Notes
(0000505)
Falk Reichbott   
2014-06-18 14:49   
Add read.auto() for CONV command. Read auto use XML-Formatting if the clear data XML, text formatting if the clear data text or records and binary formatting if the clear data a binary block.

Among others with read.auto() you can transparent read clear or compressed text files with delimiter, normal host data sets record oriented if no delimter found, data von host datasets if a delimiter or XML found, FLAMFILEs with or without a defined record format.