Introduction
This guide shows you how to use the DataLinks web platform to find shared sales opportunities across two North American data sources. You will learn by doing: uploading files, connecting records, and exploring the results directly in the platform.This guide focuses on the web platform only. If you’d like to learn about using the DataLinks API and SDK kit, you can try our API/SDK QuickStart guide instead.
Scenario
You’re a sales manager for a dental products company in North America. Your goal is to see how your existing customer base overlaps with members of a major dental society to uncover new prospecting opportunities. You’ll work with two datasets:- A JSON file that contains your current customers, including names, locations, and contact details
- A dental society member list that includes dentists and clinic owners across the United States and Canada
Outcome
By the end of this guide, you will have a table showing which of your current customers also appear in the dental society list. You can explore these matches in the DataLinks platform or export them as a CSV file for follow-up. This exercise helps you practice the full workflow in DataLinks: importing data, linking records, exploring relationships, and using the insights for focused outreach.Prerequisites
To follow along on your machine and complete the steps in this guide, make sure you have the following ready:- Access to a DataLinks account.
Don’t have an account? Contact [email protected] to request one.
- Downloaded copies of the example customer list and example society list. (Click to download.)
Part 1: Create your namespace and first dataset
- Log in to the DataLinks platform.
- Click Create New Dataset.
-
Enter the following dataset name:
customer_list.Use underscores, not spaces, when naming your datasets. -
Enter namespace
dental_prospects_web. - Ensure the Dataset visibility is set to Private using the toggle.
- Click Create dataset and upload data.
Result: You’ve created an empty
customer_list dataset inside the dental_prospects_web namespace.Part 2: Upload the structured customer list
Now that you’ve created an empty dataset, you need to populate it with data. To do so, follow these steps:- Click anywhere in the Click to upload area to open the file explorer.
- Select the customer_list.json file you downloaded, then click Open.
- Wait while DataLinks ingests your data.
- Click the eye icon under Ingestion Results to review the data and confirm that everything looks correct.
- Scroll down to the bottom of the page, then click Upload data.
- Click Append to confirm.
Result: You’ve now populated your
customer_list dataset with data.Part 3: Create a second dataset for the society members list
Now that you have your customer list uploaded, you need to upload the list of dental society members you want to compare it against.- Return to Home.
- Click Create New Dataset.
- Enter the following dataset name:
society_members. - Enter namespace
dental_prospects_web. - Ensure the Dataset visibility is set to Private using the toggle.
- Click Create dataset and upload data.
Part 4: Upload the unstructured society members list
Now that you’ve created your dataset for the society member list, you need to populate it with data. To do so, follow these steps:- Click anywhere in the Click to upload area to open the file explorer.
- Select the society_members_web.txt file you downloaded, then click Open.
-
In the Helper Prompt field, paste the following:
-
In the Field Definitions field, paste the following:
- Wait while DataLinks ingests your data.
- Click the eye icon under Ingestion Results to review the data and confirm that everything looks correct.
- Scroll down to the bottom of the page, then click Upload data.
- Click Append to confirm.
Part 5: Manage connections
DataLinks makes all connections active by default. In this section, we’ll show you how to remove all connections, then add back the specific connection you’re interested in querying.- Return to Home using the left menu.
- Click the customer_list dataset in the
dental_prospectsnamespace. - Click the Connections tab.
- Click Select all under active Active Links. This will select all active links and ready them for removal.
- Click Save connections. This will remove all active links.
- Click the row containing
customer_list.full_nameandsociety_members.membername. - Click Add connections.
You’ve now connected the names in your customer list to the names in the society members list.