#420 Add experimental support for 'FB' format#421
Conversation
|
Hi @yruslan I have four types of files in ebcdic format if you provide record_format as VBVR,VBFR,FBVR and FBFR which will help us. |
|
@sree018 , I see that you can't provide a dummy data. But could you please provide a spec for VBFR? The way I see it: Currently Cobrix supports this directly: Alternatively, if you can't provide dummy data or a spec, you can implement VBFR as a custom record extractor and submit a PR. We will integrate it with Cobrix and add a direct suport. |
|
Does this make any sense? I can add support for BDWs for |
|
@yruslan thanks for info. |
|
I'm glad you found a solution. I'll add support for |
|
@sree018, just added support for BDW without RDW. Use (250 - record length) |
|
Hi @yruslan Incase of multi segment hierarchical copybook, by using custom record extractor, how do i parse file ? |
|
Hi @yruslan I have multi segmented binary file and able to parse it, if single segment column present. How do I parse multi segmented file with two segment columns present ? ex: copybook |
|
Hi @sree018, Please, create a new issue for this question. |
Resolves #420
Resolves #422
Added experimental support for fixed block record formats (
FB). When the record format is 'FB' you need to specify either block length or number of records perblock. As with 'F' if
record_lengthis not specified, it will be determined from the copybook.or
More on fixed-length record formats: https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-fixed-length-record-formats