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)
Tue, Jul 23, 1:10 AM
Unknown Object (File)
Fri, Jul 19, 3:34 AM
Unknown Object (File)
Sun, Jul 14, 4:11 PM
Unknown Object (File)
Sat, Jul 13, 1:38 AM
Unknown Object (File)
Tue, Jul 9, 3:05 AM
Unknown Object (File)
Mon, Jul 1, 5:43 AM
Unknown Object (File)
Jun 21 2024, 6:58 AM
Unknown Object (File)
Jun 20 2024, 12:46 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
Branch
export2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19235
Build 25986: Run Core Tests
Build 25985: arc lint + arc unit