Large lead import via VICIDIAL_IN_new_leads_file.pl
Posted: Wed May 12, 2021 3:28 am
I have a large 10K+ records .csv file of leads to import. They look like this:
Since the format is not standard I created a template from the web interface to map the data.
Can I use the custom template with the VICIDIAL_IN_new_leads_file.pl ?
Or do I have to write a custom program to rearrange the data file and have it match say "minicsv" format ??
- Code: Select all
Phone,First Name,Last Name,Sex,City,State
19791231234,Jane,Doe,female,Bay City, Texas
Since the format is not standard I created a template from the web interface to map the data.
Can I use the custom template with the VICIDIAL_IN_new_leads_file.pl ?
Or do I have to write a custom program to rearrange the data file and have it match say "minicsv" format ??
- Code: Select all
minicsv:
address1,city,name,phone_number,state,postal_code
"105 Fifth St","Steinhatchee","Frank Smith","3525556601","FL","32359"