I was trying to figure out why views wasn't displaying any of my imported feed items until after I manually edited the node and saved it (doing the 'save node' action with Views Bulk Operations wasn't enough)...

I finally found that the content_field_body table in my database (for a CCK field type 'Body' with "Filtered text (user selects input format)" selected as the 'Text Processing' option on the field settings page) had NULL for all the field_body_format values.

It looks like Feeds isn't setting an input format for CCK fields with input formats. Everything else worked fine, though.

CommentFileSizeAuthor
#1 _feeds-999474-hacky_fix-6.x.patch415 bytessimg
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

simg’s picture

Hmm, nearly 3 years later I have this same problem in 6.x-1.0-beta13

I hacked a hacky fix by changing mappers/content.inc to hardcode the input format to "full html" "$field[$i]['format'] = 2;"

Patch attached (note: this is not a real fix for the problem, it's just a hack that worked for me)

twistor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)