Closed (duplicate)
Project:
TableField
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
15 Jun 2012 at 14:09 UTC
Updated:
15 Dec 2012 at 13:23 UTC
Drupal on denwer. Added a tablefield to a standart article content type. When importing a CSV (saved from excell table) the error comes:
"Notice: Undefined index: format in ckeditor_pre_render_text_format() (line 244 of Z:\home\test\www\sites\all\modules\ckeditor\ckeditor.module)."
and information in table shown as "1;11;;11;;44;" instead of being a table.
How to fix it? What is the reason?
Unmarked CKeditor in modules - first error vanished, but the main issue stayed - the table is still as a text in rows.
Comments
Comment #1
shevchess commentedThe answer is there http://drupal.org/node/1862486#comment-6842766.
Comment #2
Bernsch commentedD6: #949870: Support for CSV files with semicolon as separator
D7: #1862486: CSV import - result is always one column