;doc:cli:Data formats: link to each format's doc

This commit is contained in:
Simon Michael 2023-10-21 03:31:33 +01:00
parent 605b3d6b94
commit 3a717d1625

View File

@ -118,12 +118,12 @@ For more about how to do that on your system, see [Common tasks > Setting LEDGER
Usually the data file is in hledger's journal format, but it can be in Usually the data file is in hledger's journal format, but it can be in
any of the supported file formats, which currently are: any of the supported file formats, which currently are:
| Reader: | Reads: | Used for file extensions: | | Reader: | Reads: | Used for file extensions: |
|-------------|------------------------------------------------------------------|--------------------------------------| |---------------------------|------------------------------------------------------------------|-------------------------------------------------------------|
| `journal` | hledger journal files and some Ledger journals, for transactions | `.journal` `.j` `.hledger` `.ledger` | | [`journal`](#journal) | hledger journal files and some Ledger journals, for transactions | `.journal` `.j` `.hledger` `.ledger` |
| `timeclock` | timeclock files, for precise time logging | `.timeclock` | | [`timeclock`](#timeclock) | timeclock files, for precise time logging | `.timeclock` |
| `timedot` | timedot files, for approximate time logging | `.timedot` | | [`timedot`](#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` | | [`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. These formats are described in more detail below.