consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Add a new structured data type RowsOfFieldsWithMetadata. #66

Closed greg-1-anderson closed 6 years ago

greg-1-anderson commented 6 years ago

Hide metadata in table-type formatters, but include it in raw formatters.

Overview

This pull request:

Summary

Allow metadata to be attached to data; allow rendering in a table, csv, tsv, etc. without the metadata. Show the metadata in yaml, json, etc. forms.