Input file with header fields
1 min
in some cases, adding a header to your input data file will make it easier to read the file will be in the following format format example input id,segment data type1,segment data type2,segment data type3… segment data type are the headings and not segment ids or segment names for example, if you are listing someone’s preferred airline, your segment data type would be “preferred airline” for each of the rows below in that same column, you would put in the segment id that is associated with the airline (name) example zip11 as input id zip11,preferred airline 99507148814,ua 99503712805,aa assuming that in the taxonomy file you have already identified the following ua,united airlines aa,american airlines the example below shows a postal address input id and the previous cars purchased as the segment ids address 1 address 2 city state zip car #1 car #2 456 broadway san francisco ca 94014 toyota owner below is the (uncompressed) csv input file address 1,address 2,city,state,zip,car #1,car #2 123 main st ,apt a,san mateo,ca,94403,ford owner,bmw owner 456 broadway,,san francisco,ca,94014,toyota owner245 5th ave ,suite 100,new york,ny,10001,bmw owner examples of other input ids with their respective csv formats zip11 as input id zip11,car #1,car #2 99801937328, ford owner,bmw owner ip address as input id ip address,car #1,car #2 107 3 29 156,ford owner,bmw owner mobile advertising id as input id maids,car #1,car #2 1d7f322c c0bc 4fbe ad4d b8fcf768f005,ford owner,bmw owner
