From 1d56db0ad8a2b311dfd6f755dd114ffb8180bd35 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 7 Sep 2025 09:31:51 +0100 Subject: [PATCH] ;bin:README: link to csv rules doc --- bin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/README.md b/bin/README.md index 7e24ec9e8..1a23ae174 100644 --- a/bin/README.md +++ b/bin/README.md @@ -55,7 +55,7 @@ downloads the last 30 days of Paypal transactions (requires a free developer acc converts `paypaljson`'s output to CSV, with format similar to Paypal's manually-downloaded CSV. Example usage with hledger 1.50+: -call these in a CSV rules file like: `source | paypaljson | paypalcsv`. +call these in a CSV [rules file](https://hledger.org/hledger.html#csv) like: `source | paypaljson | paypalcsv`. Or, do the download externally with `paypaljson >paypal.json`, then convert to CSV in the rules file: `source | paypalcsv paypal.json`. @@ -76,7 +76,7 @@ converts SimpleFIN's JSON data to CSV, for one or more bank accounts. Example usage with hledger 1.50+: download multi-account JSON once with `simplefinjson >simplefin.json`, -and in each account's CSV rules file, extract that account's CSV, eg: +and in each account's CSV [rules file](https://hledger.org/hledger.html#csv), extract that account's CSV, eg: `source | simplefincsv simplefin.json 'wells fargo.*checking'`. ## hledger command line scripts