Skip to content

feat: filter attributes when converting a solution data model (#156)#158

Open
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/data-model-include-attributes
Open

feat: filter attributes when converting a solution data model (#156)#158
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/data-model-include-attributes

Conversation

@zekelinAlex

Copy link
Copy Markdown
Contributor

txc data model convert dumps every attribute of every table, so ERD diagrams drown in the standard Dataverse columns (createdon, ownerid and friends) and the custom model gets lost.

Adds an opt-in --include-attributes "myprefix_*,ownerid,statecode" that keeps only matching columns. Supports */? wildcards, case-insensitive, applies to all formats. Omit it and nothing changes. Primary keys and columns backing a relationship are always kept so the diagram stays valid.

Closes #156.

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

Successfully merging this pull request may close these issues.

feat: filter attributes to be included when converting a solution data model

1 participant