Skip to main content

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?

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:


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 🙂

Reply