-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.31.1
-
Component/s: Import/Export
-
None
-
Environment:Windows 10
Compass 1.31.1
-
Not Needed
Problem Statement/Rationale
Cannot import document with string number as a key:
{"_id":"3f574f2d-99b3-4e90-82ae-79c0392602e5","a":{"b":{"56495341":{}}}}
Steps to Reproduce
- In Compass, go to any existing collection or create a fresh one
- Click "Import Data" or ADD DATA -> Import File
- Select the file "import.json" and confirm
Expected Results
Document from the file is imported to the collection
Actual Results
Error appears
Document is larger than the maximum size 16777216
and no document is imported
Additional Notes
When the document is inserted through ADD DATA -> Insert Document it works as expected
- depends on
-
COMPASS-6424 importJSON() import function and tests
- Closed
- is related to
-
COMPASS-4418 Compass has no good way to import array fields from CSV
- Closed