Page MenuHomePhabricator

Give data exporters a header row
ClosedPublic

Authored by epriestley on Jan 29 2018, 2:35 AM.
Tags
None
Referenced Files
F13050325: D18952.diff
Fri, Apr 19, 2:45 AM
Unknown Object (File)
Mon, Apr 15, 1:16 PM
Unknown Object (File)
Sun, Apr 14, 6:18 PM
Unknown Object (File)
Thu, Apr 11, 8:31 AM
Unknown Object (File)
Mar 15 2024, 4:04 AM
Unknown Object (File)
Mar 10 2024, 4:43 AM
Unknown Object (File)
Feb 15 2024, 9:49 PM
Unknown Object (File)
Dec 21 2023, 11:08 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