Enrich Uploaded CSV Files
Let's say that you have a spreadsheet that contains a list of domains along with other information. And you'd like to enrich the file by adding data from the Store Leads database for each row. This has always been possible, but fairly complicated. You'd have to: create a CSV file that contained just a single column with the domain names import the file to a list export the matching domains then manually merge the export with your original file To make this easier, it's now possible to enrich an existing CSV file.
Store Leads