The csvtool is intended to convert from ArchiveRecord files to CSV files.
It currently only handles raw or zstd compressed JSONL files as source.
It takes a single command line argument, which is the name of the file, or "-" to read uncompressed JSONL from stdin.
Main package in csvtool implements a command line tool for converting ArchiveRecord files to CSV files.
See cmd/csvtool/README.md for more information.