Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ConceptTableMapping defines how a concept's data is mapped to a specific table within a dataset.
It uses mapConcept to optionally map the concept itself to a column and mapProperty to map the concept's properties to columns, potentially with language specifications.
Both mapConcept and mapProperty elements require toColumn and ref attributes to identify the target column and the concept/property being mapped, respectively.
The ConceptTableMapping complex type uses a ref attribute to identify the table containing the concept's data.
A mapping to the id of the table column that contains the
values of the concept. This mapping may be omitted if the table column
that contains the concept values has the same id as the concept
id.
A mapping to the id of the table column that contains the
values of a property of the concept. This mapping may be omitted if the
table column that contains the concept property values has the property
id as its id. A single property can be mapped to multiple table columns
(one per language) by specifying different values for the language
attribute.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["`ConceptTableMapping` defines how to link a concept to its data table. `mapConcept` maps a concept's values to a specific table column (`toColumn`), which can be omitted if the column ID matches the concept ID. `mapProperty` maps concept properties to table columns, using `ref` for the property ID and `toColumn` for the column ID; it can specify different columns for different languages via the `lang` attribute. Both can be omitted in specific circumstances. The `@ref` attribute of `ConceptTableMapping` refers to the ID of the table.\n"]]