-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: 100.2.1
-
Component/s: mongoimport
-
None
-
Not Needed
Problem Description
Importing CSV files with first line as field name. Periods (.) in field name cause creation of subdocument instead of including period in field name.
Steps to Reproduce
Example:
Rank,County,Date,Daily new cases per 100k people (7d moving avg.),Daily new cases (7d moving avg.),Daily new cases (7d moving avg.)
Expected Results
No subdocuments
Actual Results
Subdocuments
Additional Notes
Either default to including period in field name or give option to choose behavior.