tableau / tableau-log-viewer

Tableau Log Viewer is a cross-platform tool for quickly glancing over Tableau log files
MIT License
169 stars 50 forks source link

Add support for ART (Activity and Resource Tracing) data #85

Closed luiseeo closed 6 years ago

luiseeo commented 6 years ago

Adding support for ART (Activity and Resource Tracing) data, a.k.a. the "a" key. a.k.a feature request #76

The main challenge is that "a" is normally a nested object. "v" can also be an object. So we can't show the tree view for both by default.

I'm adding a function "ConsolidateValueAndActivity" it looks at the contents under "v" and "a" and comes with a new object that has both. Using this new object allows us to have compatibility with the tree view and all the other features.

The most common cases are:

I added a new column. The header is "ART" and is very narrow.

image