-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Import/Export
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
Steps to reproduce:
- create an empty collection
- insert the document
{"a": {"b": {"c": 1}}}
- export to CSV
The result will look something like this:
_id,a.b 62fb64b8936c42092807675f,
The field selection only shows "a.b" which is ok with JSON cause the projection would effectively export the entire content of `a.b`, with CSV the content is not serialized unless is an Array, and the value is lost.
- depends on
-
COMPASS-6428 exportCSV() export function and tests
- Closed
-
COMPASS-6582 Remove new export feature flag, remove old export store an ui code
- Closed