Input file without a header
1 min
select a delimiter that separates your input id from your segment ids the input id delimiters can be a comma, pipe or tab if your input id is a postal address, you will need to use the same delimiter to separate the different fields of the postal address select a delimiter that separates your segment ids when you have multiple segment ids the delimiter can only be a comma or pipe if you choose to use the same delimiter that separates your input id from your segment ids as the delimiter that separates your segment ids, make sure you know where your first segment id begins input data file examples the below examples show two methods of using delimiters one uses two different delimiters (pipe and commas) and the other uses only commas you can choose any one of these methods using pipe and comma delimiters postal address data format address1|address2|city|state|zip|segment id1,segment id2,segment id3 postal address sample data 123 main st |apt a|san mateo|ca|94403|ford owner,bmw owner zip 11 data format zip11 |segment id1,segment id2,segment id3 zip 11 sample data 94403050145 | ford owner,bmw owner ip address data format ip address|segment id1,segment id2,segment id3 ip address sample data 123 456 789 321|ford owner,bmw owner mobile advertising id data format maid|segment id1,segment id2,segment id3 mobile advertising id sample data 123 456 789 321|ford owner, bmw owner using only comma delimiters postal address data format address,address2,city,state,zip,segment id1,segment id2,segment id3 postal address sample data 1 23 main st ,apt a,san mateo,ca,94403,ford owner,bmw owner zip 11 data format zip11,segment id1,segment id2,segment id3 zip 11 sample data 94403050145,ford owner,bmw owner ip address data format ip address,segment id1,segment id2,segment id3 ip address sample data 123 456 789 321,ford owner,bmw owner mobile advertising id data format maid,segment id1,segment id2,segment id3 mobile advertising sample data a4842ac167cf470e87807a7b18420e10,ford owner,bmw owner
