Hi,
I’m trying to see how to generate sub tables. For example I would like to generate something like this :
“startTable:Customers”
“Name”
“FirstName”
“Adress”
“startTable:Emails”
“Email”
“EndTable:Emails”
“EndTable:Customers”
So I would like to parse data for each customer and in each customer, parse the emails of the current one.
I don’t find any example for this. Does anyone know how to do this ?
Thanks
BR
Steeve