csvtool

command
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

README

csvtool

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.

Examples:

zstd -cd 2019/04/01/ndt-jdczh_1553815964_00000000000003E8.00184.jsonl.zst | ./csvtool - > connection.csv
./csvtool 2019/04/01/ndt-jdczh_1553815964_00000000000003E8.00184.jsonl.zst > connection.csv

Documentation

Overview

Main package in csvtool implements a command line tool for converting ArchiveRecord files to CSV files. See cmd/csvtool/README.md for more information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL