;examples:csv: note where to find vanguard, fidelity CSV

This commit is contained in:
Simon Michael 2023-10-20 08:00:27 +01:00
parent f157720fa3
commit 03f757204b
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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.