Problems
I got an XML file and I have to set the file format as ".*XML" instead of "*.CSV", and I got the output as below attached screenshot.

I would like to know how to split the data into different row?
Expected Result
| <submission> |
| <form> |
<formId>AA0121</formId> |
<captchaMethod>DX_RISKLEVEL</captchaMethod> |
| ... |
| </form> |
<submit> |
<trnId>AA012163QPS1LN51</trnId> |
| ... |
| </submit> |
| <data> |
<clientContactAddress>CA</clientContactAddress> |
| ... |
| </data> |
| </submission> |