Straightforward bug: We alias field_$name as $name, but skip all fields whose name doesn't follow that pattern. This skips many of the base fields (partly by design), but in particular, it prevents the "body" field from being exported.

Comments

cburschka created an issue. See original summary.

  • cburschka committed 4984673 on 8.x-1.x
    Issue #2931199: Fields without a "field_" prefix are not exported
    
cburschka’s picture

Status: Active » Fixed

Just make the field_ prefix optional. But avoid overwriting fields that already exist - especially the special title field, which breaks otherwise.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.