Page MenuHomePhabricator

Give data exporters a header row
ClosedPublic

Authored by epriestley on Jan 29 2018, 2:35 AM.
Tags
None
Referenced Files
F13149957: D18952.id45476.diff
Sat, May 4, 12:30 PM
Unknown Object (File)
Fri, May 3, 4:34 AM
Unknown Object (File)
Mon, Apr 29, 10:10 PM
Unknown Object (File)
Sun, Apr 28, 5:19 PM
Unknown Object (File)
Sun, Apr 28, 12:28 AM
Unknown Object (File)
Fri, Apr 26, 1:27 PM
Unknown Object (File)
Thu, Apr 25, 12:37 AM
Unknown Object (File)
Sun, Apr 21, 11:39 AM
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