Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
OS:
node.js / npm versions:
Additional info:
-
Not Needed
Description
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.
Attachments
Issue Links
- 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
-