qvd2parquet v1.0.1
Fixed
- A zero-padded number is no longer read as the number. SAP stores its keys as
fixed-width character codes --BELNRisCHAR(10), so document 100000001
is written0100000001-- and the display string was being compared to the
numeric side as a number, which made the padding look like formatting. The
column was typedint64and the padding dropped, leaving a key that no
longer joins back to the source system. A column whose values are integers
stored beside their own zero-padded digits is now written asutf8, as one
column rather than a number with a__textsidecar. Padded decimals and
dates are unaffected, being formatting and dates rather than codes, and so is
an explicit--dual: the rule is inference, so it fills in for--dual=auto
only and never overrides a side named on the command line.
Install
Download the archive for your platform below, unpack it, and put qvd2parquet
on your PATH. Verify the download against SHA256SUMS:
shasum -a 256 -c SHA256SUMS --ignore-missingBinaries are pure Go and statically linked, so they need no runtime
dependencies: Linux (amd64, arm64), Windows (amd64, arm64) and macOS (amd64,
arm64).