;examples:csv: note where to find vanguard, fidelity CSV
This commit is contained in:
parent
f157720fa3
commit
03f757204b
@ -1,4 +1,5 @@
|
|||||||
# Fidelity account csv rules
|
# 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,
|
# This CSV needs the leading spaces removed before parsing,
|
||||||
# eg with sed 's/^ //'. Here's an example script automating that:
|
# eg with sed 's/^ //'. Here's an example script automating that:
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
# Vanguard account csv rules
|
# 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,
|
# No need for a wildcard here - repeated downloads keep the same name,
|
||||||
# for me with safari at least, unlike with wells fargo csvs.
|
# for me with safari at least, unlike with wells fargo csvs.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user