cbt
--cbtv1.0.0`cbt` (Google Bigtable) command parser
command
$ cbt | jc-rs --cbtA real pair
From the reference corpus (generic/cbt-single.json). The left pane is the input the fixture ships; the right pane is the corpus's expected JSON. CI compares jc-rs with it field by field under the published differential. Hover a value to see where it came from.
cbtgeneric
---------------------------------------- foo foo:bar @ 1970/01/01-01:00:00.000000 "baz"
expected outputjson
Use the Left and Right arrow keys to highlight the matching value in the input.
[ { "key": "foo", "cells": { "foo": { "bar": "baz" } } } ]
Fixture coverage
4/4oracle-valid pairs match under the published structural JSON comparison
Magic syntax
jc-rs cbtjc-rs runs the command itself and parses what it prints. Recognised for: `cbt`Source: crates/jc-rs-parsers/src/misc/cbt.rs. jc-rs targets the schemas defined by the original Python tool. Fixture coverage above is the measured evidence for this parser; test the inputs your pipeline depends on. Compare