Bertverbeek4PS / bc2adls

Exporting data from Dynamics 365 Business Central to Azure data lake storage or MS Fabric lakehouse
MIT License
60 stars 22 forks source link

Schema maximumLength not working correctly for enums not formatted as integer #148

Closed bartkraai closed 4 months ago

bartkraai commented 5 months ago

maximumLength always contains 4 when an enum column is exported. THis does not correspond with the contents of this field as this is a text export which exports the caption of the enum which can contain more characters. As this maximumLength parameter is not used in the notebook this is no issue there. But as this customer is using a own flow to process the CSV files i came across this issue. It would be great if this can be solved so that this value actually matches the content.

Bertverbeek4PS commented 4 months ago

Thanks @acjdekorte for the pull request!