Skip to the content.

ADR-0008: Visualization — Tabular

Decision: Five output targets from one TabularView class.

Format selection logic:

Column definitions in _COLUMNS dict: Maps STIX type → list of fields to display. Update this when adding new ORM types or important x_ extension fields. The _default key is the fallback for unknown types.

Sort order for numeric fields: _sort() negates numeric values so they sort descending by default. Confidence 90 appears before confidence 10.

Power BI Excel compatibility notes:


Licensed under the Apache License, Version 2.0