How to fix extract wizzard to have all in one row

Hello ,

Here is the wizard how it looks:

Below is wizard preview:
image

When i was scraping the datas , those weren’t correlated , so i took how it looks the column wizzard and i added in data definition.

How can i fixed to have all data in one row :
so row 1 : product_nr1 (AQWT) , title1, alldata1 ( in 1 row not 2 )
row 2 : product_nr2 , title1, alldata1 ( in 1 row not 2 )

Thank you everyone who will spend time in my issue.

<extract>
	<row exact="1">
		<webctrl tag="table" class="docPositionsTable persist-area ui-widget" idx="1"/>
		<webctrl tag="tbody" idx="1"/>
		<webctrl tag="tr"/>
	</row>
	<column exact="1" name="Product_nr" attr="text">
		<webctrl tag="table" class="docPositionsTable persist-area ui-widget" idx="1"/>
		<webctrl tag="tbody" idx="1"/>
		<webctrl tag="tr"/>
		<webctrl tag="td" idx="6"/>
	</column>
	<column exact="1" name="title" attr="text">
		<webctrl tag="table" class="docPositionsTable persist-area ui-widget" idx="1"/>
		<webctrl tag="tbody" idx="1"/>
		<webctrl tag="tr"/>
		<webctrl tag="td" idx="7"/>
	</column>
	<column exact='1' name='alldata' attr='text'>
		<webctrl tag='table' class='docPositionsTable persist-area ui-widget' idx='1'/>
		<webctrl tag='tbody' idx='1'/>
		<webctrl tag='tr'/>
		<webctrl tag='td' idx='1'/>
		<webctrl tag='p' idx='2'/>
	</column>
</extract>


this is how structure looks