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)
Sat, Jun 28, 5:26 PM
Unknown Object (File)
Jun 3 2025, 11:08 AM
Unknown Object (File)
Jun 1 2025, 11:13 PM
Unknown Object (File)
May 28 2025, 4:02 PM
Unknown Object (File)
May 27 2025, 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
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