Skip to content

Commit

Permalink
mv jsonl_to.py -> jsonl_to_csv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Jan 2, 2024
1 parent 483f0a8 commit 2df9af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ As of 2024-01-01. See the comments or `-h/--help` in each script for more detail

- [json_to_yaml.sh](./bin_common/json_to_yaml.sh) - Read JSON file by path and print as YAML to stdout

- [jsonl_to.py](./bin_common/jsonl_to.py) - Normalize a newline delimited JSON log by adding any missing keys with null
- [jsonl_to_csv.py](./bin_common/jsonl_to_csv.py) - Normalize a newline delimited JSON log by adding any missing keys with null

values TODO: rename
values

- [open_tmp_html.py](./bin_common/open_tmp_html.py) - Write html input to a tmpfile, then open in a browser

Expand Down
File renamed without changes.

0 comments on commit 2df9af5

Please sign in to comment.