Skip to content

Commit

Permalink
cli: 1.31:: link to each format's doc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Oct 21, 2023
1 parent 7828267 commit 57257ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/1.31/hledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ see [Common tasks \> Setting LEDGER_FILE](#setting-ledger_file).
Usually the data file is in hledger\'s journal format, but it can be in
any of the supported file formats, which currently are:

| Reader: | Reads: | Used for file extensions: |
|---------|----------------------------------------|------------------------|
| `journal` | hledger journal files and some Ledger journals, for transactions | `.journal` `.j` `.hledger` `.ledger` |
| `timeclock` | timeclock files, for precise time logging | `.timeclock` |
| `timedot` | timedot files, for approximate time logging | `.timedot` |
| `csv` | CSV/SSV/TSV/character-separated values, for data import | `.csv` `.ssv` `.tsv` `.csv.rules` `.ssv.rules` `.tsv.rules` |
| Reader: | Reads: | Used for file extensions: |
|---------------------------|------------------------------------------------------------------|-------------------------------------------------------------|
| [`journal`](#journal) | hledger journal files and some Ledger journals, for transactions | `.journal` `.j` `.hledger` `.ledger` |
| [`timeclock`](#timeclock) | timeclock files, for precise time logging | `.timeclock` |
| [`timedot`](#timedot) | timedot files, for approximate time logging | `.timedot` |
| [`csv`](#csv) | CSV/SSV/TSV/character-separated values, for data import | `.csv` `.ssv` `.tsv` `.csv.rules` `.ssv.rules` `.tsv.rules` |

These formats are described in more detail below.

Expand Down

0 comments on commit 57257ab

Please sign in to comment.