Hi there,
We’re new to working with Repeat Exactions in the DataMappper and a looking to run a Repeat Extraction within a Repeat Extraction.
I have been able to get the first Repeat Extraction working on the ‘SERVICE’ Node but am also looking to run again on the ‘ADD-ON-DETAIL’ nodes.
Are there ways to achieve this?
<services>
		<SERVICE>
			<TARIFF-DES>5GB Plan</TARIFF-DES>
			<ALLOWANCES>
				<VOICE>Unlimited Calls</VOICE>
				<TEXT>Unlimited Texts</TEXT>
				<DATA>Unlimited Data</DATA>
			</ALLOWANCES>
			<PRICE>
				<DuringPromotion>€25</DuringPromotion>
			    <AfterPromotion>€25</AfterPromotion>
			</PRICE>
		</SERVICE>
		<SERVICE>
			<TARIFF-DES>Free Spirit Unlimited</TARIFF-DES>
			<ALLOWANCES>
				<VOICE>500 Minutes</VOICE>
				<TEXT>5000</TEXT>
				<DATA>5GB</DATA>
			</ALLOWANCES>
			<PRICE>
				<DuringPromotion>€25</DuringPromotion>
			    <AfterPromotion>€25</AfterPromotion>
			</PRICE>
			<ADD-ON>
				<ADD-ON-DETAIL>
						<TARIFF-DES>International Zone 1 50mins and 50texts</TARIFF-DES>
				</ADD-ON-DETAIL>
				<ADD-ON-DETAIL>
						<TARIFF-DES>500 minute UK Calling Add On</TARIFF-DES>
				</ADD-ON-DETAIL>
			</ADD-ON>
		</SERVICE>
		<SERVICE>
			<TARIFF-DES>Team Spirit</TARIFF-DES>
			<ALLOWANCES>
				<VOICE>Unlimited Calls</VOICE>
				<TEXT>Unlimited Texts</TEXT>
				<DATA>Unlimited Data</DATA>
			</ALLOWANCES>
			<PRICE/>
			<ADD-ON/>
		</SERVICE>
		<SERVICE>
			<TARIFF-DES>Unlimited 20</TARIFF-DES>
			<ALLOWANCES>
				<VOICE>500 Minutes</VOICE>
				<TEXT>500</TEXT>
				<DATA>3GB</DATA>
			</ALLOWANCES>
			<PRICE/>
			<ADD-ON/>
		</SERVICE>
		<SERVICE>
			<TARIFF-DES>Unlimited Plan</TARIFF-DES>
			<ALLOWANCES>
				<VOICE>500 Minutes</VOICE>
				<TEXT>500</TEXT>
				<DATA>3GB</DATA>
			</ALLOWANCES>
			<PRICE/>
			<ADD-ON/>
		</SERVICE>
		<SERVICE>
			<TARIFF-DES>Mobile Unlimited</TARIFF-DES>
			<ALLOWANCES>
				<VOICE>Unlimited Calls</VOICE>
				<TEXT>Unlimited Texts</TEXT>
				<DATA>Unlimited Data</DATA>
			</ALLOWANCES>
			<PRICE/>
			<ADD-ON/>
		</SERVICE>
	</services>