FLAM Issue Tracker - FL5
View Issue Details
0000447FL52.2 Subprogram FLUC (CONV)public2014-05-20 18:442014-05-21 16:51
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.0 
5.15.0 
0000447: Add DECO parameter to read.record() to decompress records from flamfiles
Like the DECO parameter for read binary it would be useful to have a deco parameter for read record so that a flamfile will be decoded so that a transparent access to file are possible.

read.record(file='<USER>.TEST.TXT' DECO)
--> will give the records from the text file.

read.record(file='<USER>.TEST.ADC' DECO
--> will give the clear records from the FLAMFILE
No tags attached.
Issue History
2014-05-20 18:44Falk ReichbottNew Issue
2014-05-20 18:44Falk ReichbottStatusnew => assigned
2014-05-20 18:44Falk ReichbottAssigned To => Falk Reichbott
2014-05-21 16:51Falk ReichbottNote Added: 0000466
2014-05-21 16:51Falk ReichbottStatusassigned => resolved
2014-05-21 16:51Falk ReichbottFixed in Version => 5.0
2014-05-21 16:51Falk ReichbottResolutionopen => fixed

Notes
(0000466)
Falk Reichbott   
2014-05-21 16:51   
With read.record(decompress) the decompression over FLAM can be activated. If the file a FLAMFILE the decompressed records from the members of the FLAMFILE are given back. Other compressors are not record oriented and not supported by this feature.

With write.record(compress.flam(mode=xxx comment='???')) the compression to a FLAMFILE can be activated.