<% include("/elements/header.html",'Batch Customer Import') %>
Import a CSV file containing customer records.

Extended file format is CSV, with the following field order: custnum<%$req%>, last<%$req%>, first<%$req%>, address1<%$req%>, address2, city state<%$req%>, zip<%$req%>, ss, daytime ph#, nightime ph#, service_lastname<%$req%>, service_firstname<%$req%>, service_address1<%$req%>, service_address2, service_city service_state <%$req%>, service_zip<%$req%>, newcustdate<%$req%>

<%$req%> Required fields

<% &ntable("#cccccc") %> <% include('/elements/tr-select-agent.html', '', #$agentnum, 'label' => "Agent", 'empty_label' => 'Select agent', ) %> Format CSV filename % #include('/elements/tr-select-part_referral.html') %

<% include('/elements/footer.html') %> <%once> my $req = qq!*!;