export icon indicating copy to clipboard operation
export copied to clipboard

body(matrix field type) field is not exporting

Open ramji15 opened this issue 7 years ago • 5 comments

When we export blog from craft then all field has been exported but body filed is matrix type field, which doesn't exports. return blank in body column

ramji15 avatar Aug 11 '16 10:08 ramji15

Matrix exports are not supported out-of-the-box. You can use one of the available hooks to format its output the way you want

boboldehampsink avatar Aug 11 '16 10:08 boboldehampsink

please tell me about hook, and also about its use

ramji15 avatar Aug 11 '16 10:08 ramji15

Use registerExportOperation. Read about hooks here: https://craftcms.com/docs/plugins/hooks-and-events

boboldehampsink avatar Aug 11 '16 10:08 boboldehampsink

I am really new to craft,so i don't know how we use these hooks I just want to export its blog in csv format.

ramji15 avatar Aug 11 '16 11:08 ramji15

this plugin exported all field except body. so please help me to do this work

ramji15 avatar Aug 11 '16 11:08 ramji15