When I have columns with numeric content that has 19 digits then the CSV reader tries to convert it to double and the content is incorrect. Example where the last 2 digits of the second row are read incorrectly (…770):
“text”,“id”
“abc”,“34545454”
“bla”,“1234567890123456789”