Created
January 29, 2016 22:53
-
-
Save abramsm/5545a36ea9d0928f180f to your computer and use it in GitHub Desktop.
Hydra Field Data - Fields Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map.fields:[ | |
// fields common to all sources | |
"TIME" | |
"UID" | |
// fields specific to segment data | |
"SEGMENTIDS" | |
// fields specific to usync data | |
{from:"PUID_%[pid]%", to:"PUID"} | |
// injected source names | |
"RED" | |
"USYNC" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment