TMDL Authoring Rules
Syntax Rules (MUST follow)
- TMDL uses tab indentation — every nesting level is exactly one tab (
\t), NOT spaces. Spaces cause validation errors.- PowerShell: use
`t - Bash: use
$'\t'or literal tabs
- PowerShell: use
- Objects declared by type + name:
table Customer,column ProductId,measure 'Total Sales' - Names with spaces or special chars (
.,=,:,') must be in single quotes:column 'Order Date' - Descriptions use
///placed ABOVE the ob
[Description truncada. Veja o README completo no GitHub.]