Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested arrays are not supported with CSV Sink #94

Open
SudhakarNandigam-TomTom opened this issue Oct 13, 2023 · 1 comment
Open

Nested arrays are not supported with CSV Sink #94

SudhakarNandigam-TomTom opened this issue Oct 13, 2023 · 1 comment

Comments

@SudhakarNandigam-TomTom

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!

@bowencode
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants