Hello!
I have a txt file and trying to convert it to XML but I'm having some issue
This is the table I have containing the xml structure:

and this is the error I got:
XML Parse (29) invalid document structure at Line:1 and Column:40 at row # 1
when I check the "Ignore xml errors" option I get this:

I tried "Root", "auto detect child", and "specific child name" to be Patients but all the same issue
I'm not sure how to fix this, I want each record to be in a row but it doesn't look like it's parsing anything
Thank you