provinzio / CoinTaxman

Calculate your taxes from cryptocurrency gains
GNU Affero General Public License v3.0
142 stars 31 forks source link

Binance: CSV Field Change #85

Closed Griffsano closed 2 years ago

Griffsano commented 2 years ago

It seems the data fields of the Binance CSV export have changed. This is the first line of my current export: User_ID,UTC_Time,Account,Operation,Coin,Change,Remark

The User_ID is new. I'll make the necessary adaptions in the code to support the new file format.

Edit: This seems to be a duplicate of #77 and can be resolved by #78. Alternatively, I can also create a pull request for my modifications.

provinzio commented 2 years ago

Feel free to finish the work of #78 with you own PR

provinzio commented 2 years ago

Fixed with #88