-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.40.4
-
Component/s: Import/Export
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
2
-
Not Needed
Example doc to import (json file with this attached):
```
[{
"doubleNum":
}]
```
Results in Int32 type:
Probably needs a `promoteValues: false` in the ejson deserialize: https://github.com/mongodb-js/compass/blob/50b2b2966e1eae0c92a60877f40a5e94624cec14/packages/compass-import-export/src/import/import-json.ts#L81
Let's also add a regression test.