Anyone completed the Customer Locator of BotsDNA

Has anyone done the extraction part of the Customer Locator section of botsdna.com/locator
i jave tried but just able to get the attribute id=‘tbl*’

here are the settinsg for data extraction part

"<extract-table get_columns_name='1' get_empty_columns='1' columns_name_source='Longest'><column name='CustomerName' attr='fulltext' /><column name='South Africa' attr='fulltext' /><column name='Spain' attr='fulltext' /><column name='SriLanka' attr='fulltext' /><column name='Swizerland' attr='fulltext' /><column name='United Kingdom' attr='fulltext' /></extract-table>"

and 

<Table xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' Type='Table'>
	<Column xsi:type='DataColumn' Name='CustomerName' ReferenceName='CustomerName' ReferenceIdx='0'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' Name='*' ReferenceName='*' ReferenceIdx='1'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
</Table>

Hey @indiedev91 ,
You can refer this workflow
1. Bots Dna-Locator.zip (1009.3 KB)

Regards,