You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting! But no, this isn't really possible right now. Technically I could definitely tweak the JSON Export Type to generate an array of values for the Custom List Data Type, instead of a comma-delimited list, but then it wouldn't be consistent with the other Export Types.
I think to do this, you'd probably need to create a new, custom Export Type that generates it exactly as you need.
Does this tool support generating JSON document in which a field value is an array.
For example, how to generate a document like the following. Note: The 'Hobbies' field value is an array:
{ 'Name' : 'Jane', 'Address' : '123 Main Street', 'Hobbies' : [ 'Ski', 'Read', 'Jogging']}
The text was updated successfully, but these errors were encountered: