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)
Fri, Mar 15, 4:04 AM
Unknown Object (File)
Sun, Mar 10, 4:43 AM
Unknown Object (File)
Feb 15 2024, 9:49 PM
Unknown Object (File)
Dec 21 2023, 11:08 PM
Unknown Object (File)
Dec 16 2023, 2:34 PM
Unknown Object (File)
Dec 13 2023, 8:40 PM
Unknown Object (File)
Dec 7 2023, 1:57 PM
Unknown Object (File)
Nov 30 2023, 3:56 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