Expand my Community achievements bar.

Tables are merging data

Avatar

Former Community Member

I generate a dynamic PDF. The PDF has 2 tables bind to same XSD. I insert data for the both tables. After save and re-open the PDF

i noticed, the 2 tables data are merged into one table.

How can i resolve the issue?

pic.PNG

3 Replies

Avatar

Level 2

i would need to see your PDF and the XSD, my wildest guess is that either your tables have the same name from the node, this means the data get's consolidated into the first table appearance after remerging the data with the PDF. changing the table name could maybe help or the mistake is in the XSD not identifying two different  nodes

Avatar

Former Community Member

Hi Dieter Dubai,

Thanks for the response.

Here i attached the link for the XDP and XSD files.

https://acrobat.com/#d=iO04LBXW6uOBjaRjHejLJA

https://acrobat.com/#d=aRq4xcV7495iD3QWt3yxnQ

Hoped you could give me some guidance to resolve my long pending issue.

Thanks.

regards,

jeeva

Avatar

Former Community Member

I create  2 table with same name in two different named subforms amd binded them to the same XSD.

I identified this issue occur bcoz of the XSD table binding . If i  remove the binding and test the form, there are no data merging.

If i include the table leval XSD, then the tables data are merging. I cannot remove the binding as i am later need to capture the

user entered data through Java.