Skip to content

CSV Export header order #64

@omniproc

Description

@omniproc

I just noticed that the header of the exported CSV files has the issue that "Trade ID" and "Date" are in the wrong order.

E.g. The header said for the CoinTracking export shows "Date","Trade ID" but the data is formated "Trade ID","Date". This leads to import issues with CoinTracking. Also, as mentioned in https://cointracking.info/import/import_csv/ optional headers, such as "Trade ID" must be placed after the mandatory headers such as "Date". Thus, it's not sufficient to just swap the header. The data needs to be swapped.

EDIT: and I just noticed the date format used in the export is not accepted by CoinTracking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions