I am doing an rss import into a new node text field, body field, and a title field. I understand the title field will only show as plain text. However the text field and body field also show as plain text until I edit and save the node manually. The input format types are set correctly in the content field edit settings and in the feed import processor settings.

Comments

FSMDrupal’s picture

Version: 7.x-2.x-dev » 7.x-2.0-alpha6

I am having this exact same issue. Body is set to import as full html but it creates the node body as plain text. If I then click edit on the node, it shows Full HTML as the type and renders correctly in the edit screen. If I then hit save, the node body renders correctly as full HTML.

bk_bigfish’s picture

I am having same issue. body_format field is null after import of feed. Re-saving node properly assigns to full_html. This started occuring after updating to 7.x-2.0-alpha6 from 7.2-2.0 Alpha 3.

goodeit’s picture

Title: imported content doesn't reflect input filer type until resaved » Imported content doesn't reflect input filter type

Same issue here using the CSV parser. As noted above, the body_format field of table field_data_body is null, so I believe Drupal is just using the first filter in the filter list when it renders.

This means re-saving the node won't automatically select the correct text format based on the importer settings, it will use the first filter in the list - this is what seems to happening to me.

goodeit’s picture

Status: Active » Closed (duplicate)

this is a duplicate of https://drupal.org/node/1807920. The issue has been fixed in the latest development snapshot.