Bertverbeek4PS / bc2adls

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

Include System Fields in export #70

Closed joelsigurd closed 9 months ago

joelsigurd commented 9 months ago

I have a scenario where it would be useful to export the SystemId field. However this is not possible due to it being excluded when filtering fields.

I wonder if it is possible to get something like this implemented, which allows the user to decide if they want to filter away system fields: image

Bertverbeek4PS commented 9 months ago

Hi @joelsigurd, those are indeed excluded so you cannot choose them in the UI. Those fields are always exported for each table. So you don't have to choose them: image Above fields are always exported.

joelsigurd commented 9 months ago

My mistake. Thank you for the quick reply.