Skip to content

Releases: AbsaOSS/cobrix

Minor feature release

15 Jul 11:48
5161b66

Choose a tag to compare

  • #397 Fix skipping of empty lines when reading ASCII files with is_record_sequence = true
  • #394 Added an ability to specify multiple paths to read data from (Use .option("paths", inputPaths.mkString(","))). This is a workaround implementation since adding support for multiple paths in load() would require a big rewrite for spark-cobol from data source to data format.
  • #372 Added an option to better handle null values in DISPLAY formatted data: .option("improved_null_detection", "false")

v0.4.2

08 Jan 07:55

Choose a tag to compare

This release was added on request from a user. It is no longer supported.

What's Changed

  • #61 Added code page 37 in #62
  • #56 Added support for extended code page characters in #63
  • #58 Fixed inconsistent generated ids in #64

Full Changelog: v0.4.1...v0.4.2