Skip to main content
Question

MSWord Styler List Error

  • November 24, 2018
  • 1 reply
  • 45 views

cwarren
Forum|alt.badge.img

I am trying to use the MSWordStyler with the Content Type of List Item and keep receiving the following error:

Microsoft Word Writer: Rejecting Feature. The msword_type value 'msword_bullet' is invalid. Please use a MSWordStyler prior to this writer to set the msword_type attribute

 

I can successfully use the MSWordStyler with other content types and write to a word document though. It appears to only happen when using an existing MS Word template.

 

FME Desktop 2018.1.0.3 64bit

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • November 26, 2018

Hi @madwarren

I suspect the behaviour you are seeing is related to the same issue in this Q&A post.

As mentioned in Mark's answer, the template Word file must have that content type style you are trying to output. In your case, the template file will need to have the list style you want.

I would suggest following the same steps as roberto did in the other post if you wish to use a template file:

  1. Write the list without a template
  2. Copy the list from the output to your template (this adds the style to the template)
  3. Delete the list and save the template file
  4. Rerun the workspace using the updated template

I hope this helps.