NAME

stnparse

SYNOPSIS

stnparse [OPTIONS] [INPUT_FILENAME] [OUTPUT_FILENAME]

DESCRIPTION

stnparse parses content in “Standard Timesheet Notation”. By default it parse them into a tabular format but can also optionally parse them into a stream of JSON blobs.

EXAMPLES

This will parse the TimeSheet.txt file into a table.

    stnparse TimeSheet.txt

This will parse TimeSheet.txt file into a stream of JSON blobs.

    stnparse -json TimeSheet.txt