I'm looking to merge/dedupe/align three different .csv files of my company's accounts using Clay. I'm not looking to enrich, just looking to find dupes between the three lists and output one clean list. Would Clay be the tool for this use case or should I look elsewhere?
Hey, thanks for reaching out You can definitely use Clay for this! Here’s how to do it: 1. Import the First CSV: Start by uploading your first CSV and mapping the data to the appropriate fields. 2. Activate Auto-Dedupe: Enable the auto-dedupe feature to automatically remove duplicates as you go. Here’s the guide: Auto-Dedupe in Clay. 3. Import the Other CSV Files: Click on “Actions” at the top right, then select Import > CSV to upload the other files and map their data. Clay will handle the deduplication automatically once all the files are imported. Let me know if you need help with any step! 😊
Thank you we will check it out!
No problem at all! 😊 In this case, you can create a ranking system for each row, using a score or formula column. For example, you can set up a formula that checks if the name and address match, and if they do, it returns “true”. From there, you can filter out or delete those rows that contain “true.” Here’s a helpful guide on using formulas: How to use AI formulas. We don’t yet have built-in functionality for deduping based on multiple columns and determining which record to keep by a specific field (like created date), but this method should work for now. Let me know if you need more help! 😊