-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: 1.26.1
-
Component/s: Compass, Import/Export
-
None
-
Not Needed
Problem Description
As a user, I can NOT upload JSON files with nested arrays that are of different types.
This seems to be a repeat issue from here:
https://github.com/mongo-express/mongo-express/issues/433
I CAN import the same file correctly via the command line.
Steps to Reproduce
1) Take sample JSON attached...try to import via Compass
Expected Results
1) File imports successfully.
Actual Results
1) Error on import.
Found work around on unix command shell:
mongoimport --uri mongodb+srv://{MYUSERNAME:MYSECRETPASSWORD}@cluster0.g8fm0.mongodb.net/foo --collection bar --type json --file Conformer3D_CID_2244.json
Additional Notes
- duplicates
-
COMPASS-4739 Importing a single JSON document should work
- Closed