To split extracted business emails into separate columns, you can follow these steps: 1. Use the "Extract Data From Values" function to process your email data.
2. You can extract various components of the emails into separate columns, including:
โข Username
โข Domain
โข Email Provider
โข Email Type (personal vs. company)
โข And other relevant information
3. When setting up the extraction, use the forward slash (/) command to add the specific columns you want to create.If you're working with comma-separated email data, you can use a custom extraction Regex pattern: [^,"]+"?[^,"]+ to split the values into a list.
Sources:Write to table integration overview | Documentation | Clay UniversityIdentify Email Type and Extract Company Domain from Email with Clay