Export enum from Odata in Azure data factory

Parag Chapre 1 Reputation point MVP
2022-01-25T09:16:28.667+00:00

Hello,

I am using Azure Data Factory to get data from Odata. I have created a dataset based on Odata and when I preview my data then I cannot see enum columns in my dataset.

In my dataset, I added a property "retrieveEnumValuesAsString": true but it is still not showing the enums fields.

Does anybody face this issue earlier?

Regards,
Parag

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,636 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 11205456 0 Reputation points
    2024-10-31T14:08:13.1433333+00:00

    Hi,

    I ran into the below article that helped getting the string values of the Enumtype.

    https://learn.microsoft.com/en-us/answers/questions/466873/support-odata-enumerator-custom-fields

    However, is there a way to get the Int values of the enumtype, so the ID of the undelying enumfield?

    Cheers,

    NB

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.