docs(assets): document exporting the Asset inventory - #15683
Merged
Conversation
The Assets and Organizations lists gained CSV, Excel and JSON export, and the export carries the metadata that drives prioritization -- business criticality, user records, revenue, audience and reachability, plus platform, lifecycle, origin and the parent Asset. That makes it the practical way to review an inventory in a spreadsheet and fill in the business context only the customer's team knows. Also states the one behavior a reader would otherwise be surprised by: a value beginning with =, +, - or @ is written with a leading apostrophe, because every spreadsheet treats such a cell as a formula. Numbers are left alone so a revenue column still adds up. Documents the Pro feature added in dojo-pro#2481 and the escaping added in dojo-pro#2485, on the same release line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documents the Asset inventory export, which ships in the same patch release as the feature it describes.
The All Assets and All Organizations lists gained CSV, Excel and JSON export. The export carries the
metadata that drives prioritization — business criticality, user records, revenue, external audience,
internet accessible — plus platform, lifecycle, origin and the parent Asset, so it is the practical way
to review an inventory in a spreadsheet and fill in the business context only a customer's own team
knows before bringing it back in.
The section also states the one behavior a reader would otherwise be surprised by: a value that begins
with
=,+,-or@is written with a leading apostrophe, because Excel, LibreOffice and GoogleSheets all treat such a cell as a formula. Numbers are left alone, so a revenue column still adds up.
Added to the Pro Assets page next to the other list operations, mirroring how the Findings page
documents its own CSV and Excel export.
Test Commands
Documentation only — no code paths touched. Rendered locally as part of the Pro Assets page.