Skip to content

hledger 1.40 renamed total column in csv export #2261

Open
@zmanji

Description

@zmanji

On 1.34 exporting the results of the balance command to CSV has a total column:

$ hledger -f all.journal bal -M '^income:.*:salary' --invert --transpose -O csv -e today | head -n 1
"account","income:uber:salary","total"

On 1.40 running the same command results in:

$ hledger -f all.journal bal -M '^income:.*:salary' --invert --transpose -O csv -e today | head -n 1                    
"account","income:uber:salary","Total:"

The last column changed from total to Total:. This seems like a regression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    balancecsvThe csv file format, csv output format, or generally CSV-related.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions