From 03f757204bca48766479f83c3baf20ac7ddabc18 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 20 Oct 2023 08:00:27 +0100 Subject: [PATCH] ;examples:csv: note where to find vanguard, fidelity CSV --- examples/csv/fidelity.csv.rules | 1 + examples/csv/vanguard.csv.rules | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/csv/fidelity.csv.rules b/examples/csv/fidelity.csv.rules index 5744175a1..c52ff9be3 100644 --- a/examples/csv/fidelity.csv.rules +++ b/examples/csv/fidelity.csv.rules @@ -1,4 +1,5 @@ # Fidelity account csv rules +# Fidelity's CSV might be found at: All accounts > Activity & Orders > Download icon at top right # This CSV needs the leading spaces removed before parsing, # eg with sed 's/^ //'. Here's an example script automating that: diff --git a/examples/csv/vanguard.csv.rules b/examples/csv/vanguard.csv.rules index 0dbf452a3..de54d33a1 100644 --- a/examples/csv/vanguard.csv.rules +++ b/examples/csv/vanguard.csv.rules @@ -1,4 +1,5 @@ # Vanguard account csv rules +# Vanguard's CSV might be found at: Balances -> Download center # No need for a wildcard here - repeated downloads keep the same name, # for me with safari at least, unlike with wells fargo csvs.