Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to load some data from a database and some fields are array type. And from this point i cant load anymore. I looked for some solution, to load array types but i cant get it.
All i have access is : the name of the ArrayField
And i know inside there is just raw data : [ 1,5,4,8,3,...,]
Any hint on this one ?
use subfield function like
subfield(FieldName,',')
Hi ,
still the same error,
tried other combination and nothing seems to workout. Could that be a problem with the database? i already extract data from it, but not array