First (almost) functional CSV importer.

This commit is contained in:
James Cole
2015-07-04 07:53:37 +02:00
parent 26c9b2c353
commit d2c018f7da
12 changed files with 664 additions and 44 deletions

View File

@@ -21,6 +21,8 @@
</div>
<div class="box-body">
{{ 'csv_index_text'|_ }}
<h4>{{ 'csv_more_information' }}</h4>
{{ 'csv_more_information_text'|_ }}
</div>
</div>
@@ -44,6 +46,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
{{ ExpandedForm.checkbox('has_headers',false,null,{helpText: 'csv_header_help'|_}) }}
{{ ExpandedForm.text('date_format','Ymd',{helpText: 'csv_date_help'|_}) }}
{{ ExpandedForm.file('csv') }}