Page MenuHomePhabricator

Give data exporters a header row
ClosedPublic

Authored by epriestley on Jan 29 2018, 2:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 28, 4:02 PM
Unknown Object (File)
Tue, May 27, 5:38 PM
Unknown Object (File)
Apr 28 2025, 6:40 AM
Unknown Object (File)
Apr 27 2025, 3:53 PM
Unknown Object (File)
Apr 26 2025, 4:47 PM
Unknown Object (File)
Apr 23 2025, 4:54 PM
Unknown Object (File)
Mar 30 2025, 11:41 AM
Unknown Object (File)
Mar 27 2025, 5:45 PM
Subscribers
None

Details

Summary

Depends on D18951. Ref T13049. When we export to CSV or plain text, add a header row in the first line of the file to explain what each column means. This often isn't obvious with PHIDs, etc.

JSON has keys and is essentially self-labeling, so don't do anything special.

Test Plan

Exported CSV and text, saw new headers. Exported JSON, no changes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable