Modify which outputs are parsed by ParseRowsAndColumns

This CL modifies ParseRowsAndColumns so that it parses only
output that have empty strings on row 0 column 0. If an output
has both row and column headers but an non-empty string on row
0 column 0, it should be parsed by ParseColumns instead

Change-Id: Ic9e1ce9e5fd4d9d860afd87b61fd5b481b1cc815
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/20931
Reviewed-by: Dexter Rivera <riverade@google.com>
Tested-by: Dexter Rivera <riverade@google.com>
Cloud-Build: Dexter Rivera <riverade@google.com>
2 files changed
tree: b7e1f5061439be3e63a308a32e80b37fe51b14ad
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.