Skip to content

Feature Release

Compare
Choose a tag to compare
@yruslan yruslan released this 07 Sep 12:08
· 519 commits to master since this release
af950af
  • #412 Add support for variable block (VB aka VBVR) record format.
    Options to adjust BDW settings are added:
    • is_bdw_big_endian - specifies if BDW is big-endian (false by default)
    • bdw_adjustment - Specifies how the value of a BDW is different from the block payload. For example, if the side in BDW headers includes BDW record itself, use .option("bdw_adjustment", "-4").
    • Options is_record_sequence and is_xcom are deprecated. Use .option("record_format", "V") instead.
  • #417 Multisegment ASCII text files have now direct support using record_format = D.