Closed phtj closed 5 years ago
if teh list is a nested list, we only need columns for teh top level so if the value is a = [1, [2,3]] then tehre should be two columns First column a[0] = 1 Second columns a[1] = [2,3]
The value in the second column should include the square brackets, otherwise the user will not understand that it is a list
fixed in Dev
If an attribute is an array, each item in array must be a separate column