Dear Experts,
I am working on a mapping logic where i will get the input data in the string , i need to generate a new field for every 5 characters.
My source structure :
MT_Source:
<config>
<product>
<feature id="BAYAADWAA9IDBA9ABCD3"/>
</product>
</config>
Desired Target structure
MT_Target
<config>
<product>
<feature id="BAYAA"/>
<feature id="DWAA9"/>
<feature id="IDBA9"/>
<feature id="ABCD3"/>
</product>
</config>
Please provide your valuable inputs.
Thanks,
Pavan T