Revision a7cdf033
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
SL/Controller/CsvImport/Base.pm | ||
---|---|---|
293 | 293 |
|
294 | 294 |
my %type_to_column = ( text => 'text_value', |
295 | 295 |
textfield => 'text_value', |
296 |
htmlfield => 'text_value', |
|
296 | 297 |
select => 'text_value', |
297 | 298 |
date => 'timestamp_value_as_date', |
298 | 299 |
timestamp => 'timestamp_value_as_date', |
SL/Controller/CsvImport/BaseMulti.pm | ||
---|---|---|
174 | 174 |
|
175 | 175 |
my %type_to_column = ( text => 'text_value', |
176 | 176 |
textfield => 'text_value', |
177 |
htmlfield => 'text_value', |
|
177 | 178 |
select => 'text_value', |
178 | 179 |
date => 'timestamp_value_as_date', |
179 | 180 |
timestamp => 'timestamp_value_as_date', |
Auch abrufbar als: Unified diff
Benutzerdef. Var. als HTML-Feld: CSV-Import