I have downloaded a dump file from Blockchair containing blockchain transactions. Everything looks fine, but the decimal separator is removed in the values for the amount of bitcoins.
For example:
This is the real amount of btc: 0.00253658
This is what the dump file shows: 253658
Dump file row: 
Does someone know how to fix this?