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)
Sun, May 28, 5:33 AM
Unknown Object (File)
Fri, May 12, 8:53 AM
Unknown Object (File)
Apr 29 2023, 6:58 PM
Unknown Object (File)
Mar 28 2023, 11:46 AM
Unknown Object (File)
Feb 17 2023, 11:10 PM
Unknown Object (File)
Feb 17 2023, 6:36 AM
Unknown Object (File)
Feb 4 2023, 9:12 AM
Unknown Object (File)
Jan 15 2023, 4:37 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