Checked on ADS 14-beta-14.
'Collection Field Info' lists incomplete set of fields in 'Format' tab of 'Tools -> Import data' on ADS. (Pls refer to the attached incomplete_fields_listing.png file)
In this case, there are 5 fields viz. _id, name, user_id, added, number in the collection but, Collection Field Info lists just _id.
Recall that since there is no metadata stored by Mongodb for a collection, we just query the first collection and use that row's information to populate our metadata. So, most likely, the first record queried only contains the _id column
Sachin, I rechecked the data set (attached) and confirm that all the docs have the 5 field values mentioned.
Sachin, I rechecked the data set (attached) and confirm that all the docs have the 5 field values mentioned.
The Collection Field Info list is populated using the collection metadata, not the CSV file. If you expand the schema tree for the "holla" collection, I think you will see only the _id field.
This is the same problem as reported in issue #8820.
The Collection Field Info list is populated using the collection metadata, not the CSV file. If you expand the schema tree for the "holla" collection, I think you will see only the _id field.
This is the same problem as reported in issue #8820.
Issue #9307 |
Closed |
Duplicate |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
duplicates #8820
Issue #8820inconsistent behavior of import data feature of ADS |
Recall that since there is no metadata stored by Mongodb for a collection, we just query the first collection and use that row's information to populate our metadata. So, most likely, the first record queried only contains the _id column