gergelyszabo94 / csgo-trader-extension

CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
https://csgotrader.app
GNU General Public License v3.0
213 stars 42 forks source link

Export trade history csv files "Partner SteamID" automatically rounds up by 2 digits. #379

Closed 19a1047 closed 3 years ago

19a1047 commented 3 years ago

When I exported trade history, the Partner Steam ID part always rounded up by 2 digits. Example:

76561198308210211 -> 76561198308210200

Which prevents me from reaching the partner that I'm looking for.

19a1047 commented 3 years ago

csv export works fine, the problems was with Microsoft Excel which only allows a maximum of 11-digit number, results in the remaining being rounded to 00. Proper data load and transform to text helps resolve this.