Fields

Change the field types below if they are incorrect, then click the Begin Importing button.

<%- @import.field_types.each_with_index do |field_type, i| -%> <%- field_name = @import.field_names ? @import.field_names[i] : nil -%> > <%- end -%>
Name Type Key
/>

Data Preview

<%- if @import.field_names -%> <%- @import.field_names.each do |name| -%> <%- end -%> <%- else -%> <%- @import.field_types.each_index do |i| -%> <%- end -%> <%- end -%> <%- @import.preview.each_with_index do |row, i| -%> <%- row.each do |value| -%> <%- end -%> <%- end -%>
<%= name %>Field <%= i+1 %>
<%=h value %>