Skip to main content
Solved

AttributejSONPacker and AttributeKeeper problem

  • October 12, 2017
  • 2 replies
  • 11 views

Forum|alt.badge.img

i am using attributejsonpacker to pack some attributes and getting the packed attributes in writer but if i am using attribute keeper for some other attributes then i am not able to write packed attributes.

How can i add "_packed" attribute in attribute keeper also?

Best answer by david_r

You'll have to manually add the "_packed" attribute to the AttributeKeeper:

If the "_packed" attribute isn't selectable in your AttributeKeeper, you can insert an AttributeExposer just before and type in the attribute name manually:

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.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • October 12, 2017

You'll have to manually add the "_packed" attribute to the AttributeKeeper:

If the "_packed" attribute isn't selectable in your AttributeKeeper, you can insert an AttributeExposer just before and type in the attribute name manually:


Forum|alt.badge.img
  • Author
  • 45 replies
  • October 12, 2017

You'll have to manually add the "_packed" attribute to the AttributeKeeper:

If the "_packed" attribute isn't selectable in your AttributeKeeper, you can insert an AttributeExposer just before and type in the attribute name manually:

Thanks a lot @david_r, it works :-)