How to upload a Matchlist

Matchlists can be uploaded as CSV files.
- From the matchlist of your choice or a new matchlist:

- Click the menu icon [...] in the upper-right corner of your window. Select Import entries by file:

- Drag and Drop your CSV file with the prompted information in the pop-up window:

Here is an example CSV file (see more below):
business_name,dba_name,corporate_tax_id,street,city,state,country,zip_code
Apple,Apple,12-3456789,1600 Apple Way,Mountain View,CA,USA,94043
You can add as many entries as you want (up to 250 per file):

- The added entries should appear instantly:

- If you want to de-active single entries from the uploaded list, you can do so using the X icon:

Upload a batch of user entities to a matchlist
From the UI, you can upload a list of users to an existing matchlist. The file needs to be a CSV, in the following format:
first_name,last_name,middle_name,alias_first_name,alias_last_name,alias_middle_name,date_of_birth,ssn,street,city,state,country,zip_code
john,smith,paul,james,jones,,06/11/00,123456789,123 Dreary Lane,San Francisco,CA,USA,94105
Upload a batch of business entities to a matchlist
From the UI, you can upload a list of business to an existing matchlist. The file needs to be a CSV, in the following format:
business_name,dba_name,corporate_tax_id,street,city,state,country,zip_code
Google,Google,123456789,1600 Amphitheatre Pkwy,Mountain View,CA,USA,94043
Upload a batch of single IPs to a matchlist
From the UI, you can upload a list of IP addresses to an existing matchlist. The file needs to be a CSV, in the following format:
ip_address,source
192.168.1.1,USA
255.255.255.0,USA
Upload a batch of IPs to a matchlist
From the UI, you can upload a list of IP ranges to an existing matchlist. The file needs to be a CSV, in the following format:
cidr,source
192.168.0.0/22,USA
243.168.1.0/30,Norway
128.0.0.0/8,Finland
Upload a batch of strings to a matchlist
Upload batches of strings in a TXT file. The file can contain words any amount of lines, with spaces, but it cannot contain duplicates.
If you upload invalid data, the platform lets you know with an error message.
Updated over 1 year ago