i am using flatFIle schema and convertToString to create a flatfile.
My document is with below structure
... ... .... ...I created a flatfile schema with following Field Definitions
Order
OrderItems
OrderItem
I am able to create the flatfile with all the data - multiple orderItem, but with a record of empty row due to the ‘OrderItems’ Record Definition. But i am not able to remove it as it is needed to map ‘ForEach’ OrderItems record and pass it to the converttoString. How do i able to archieve this - create the flatfile with Order and multiple OrderItem, without empty row.
Order
OrderItem
OrderItem
OrderItem
Thanks