There is a "201622E2" string in the csv, but when it is imported into the mongodb database, it automatically changes to float20162200. How to deal with this problem?
1.csv contains the string "201622E2", but when imported into the mongodb database, it automatically becomes float20162200; The E2 in the string is parsed into scientific notation. How can we avoid this error?