<%-- admin_import_table.html : Show the template for importing a table from a delimited file. --%> <%script%> - Import Table <%include style.css%> <%include top_menu.html%> <%include top_table_menu.html%> <%include footer.html%>
<%script%> Import Table:

You may import into the <%table%> table by selecting the appropriate options below.

<%if exps%> <%endif%>
Import File:
-OR- Choose:
Fields:
If your import file only contains certain fields, you should select "Selected Fields" from the list above and then tick the appropriate boxes below. This will ensure that the data is inserted into the correct columns.
Select Fields: <%loop c_loop%> <%if loop_iteration % '2' and loop_iteration > '1'%> <%endif%>
<%field%>
<%endloop%>
Field Seperator: This must be the field seperator used in the file to be imported.
Record Seperator: This must be the record seperator used in the file to be imported.
Escape Character:
Skip Lines: You may skip the first x lines of the file if desired.
Show Errors: Show errors (unless selecting overwrite below).
Overwite: Overwrite existing data?