-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#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_length
is 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