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
Comment #1
FSMDrupal commentedI 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.
Comment #2
bk_bigfish commentedI 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.
Comment #3
goodeit commentedSame issue here using the CSV parser. As noted above, the
body_formatfield of tablefield_data_bodyis 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.
Comment #4
goodeit commentedthis is a duplicate of https://drupal.org/node/1807920. The issue has been fixed in the latest development snapshot.