adtucs
9 days agoHelper
Help identifying XML fields for message attributes in Khoros data export
I'm working on a project where I need to parse and process a Khoros XML data export of my community, and I'm trying to map out the right entities and fields for several message-level attributes.
Specifically, I'm trying to figure out which XML files, entities, and fields correspond to the following:
- Visibility scope of a message i.e how can I tell a message is private, draft or archived
- Whether the message is a solution and solution is marked by which user / user_id and when (time)
- Whether the message is read only or has comments blocked
- Moderation status - whether the message was rejected, approved etc
- Kudos - How can I find the kudos count and individual kudo for a message e.g user, time and weight info
- similarly, where is the MeToo data stored for a message?
Any help with field names, entity references, look in would be a huge help.