Open SudhakarNandigam-TomTom opened 1 year ago
Hi, The following is a document in Cosmos NoSQL:
{ "entitlements": [ { "id": "test1", "expiry": "date1" }, { "id": "test2", "expiry": "date2" } ] }
When using CSV sink, the document is exported as follows:
entitlements System.Collections.Generic.List`1[System.Object]
Is there a way I can export the entitlements content in csv?
Thanks!
What would you expect to see in the CSV output? Converting hierarchical to tabular data requires some type of flattening and that can be tricky for a tool like this that can accept any arbitrary data.
Hi, The following is a document in Cosmos NoSQL:
When using CSV sink, the document is exported as follows:
Is there a way I can export the entitlements content in csv?
Thanks!