diff --git a/container/src/hledger-flow/accounts/ally/ally-shared.bash b/container/src/hledger-flow/accounts/ally/ally-shared.bash index f9c98fd..59cf70c 100755 --- a/container/src/hledger-flow/accounts/ally/ally-shared.bash +++ b/container/src/hledger-flow/accounts/ally/ally-shared.bash @@ -46,6 +46,7 @@ function parse() # `Description` cleanup sub(/^ /, "", $5) # may have an empty space in front of line gsub(/, /, " - ") # may have (multiple) commas followed by space + gsub(/"/, "", $5) # may have (multiple) quotes printf $1 OFS # date printf $2 OFS # time