# Get name information full_name = find_column(row, column_mapping['full_name']) first_name = find_column(row, column_mapping['first_name']) last_name = find_column(row, column_mapping['last_name'])
Moving lead lists from Excel into CRM-compatible formats. convert csv to vcf python
What are in your CSV? (e.g., First Name, Last Name, Company) column_mapping['full_name']) first_name = find_column(row