For more information, please refer to this announcement explaining best practices for getting answers to questions.
TCC Export Configuration: Post Processing Steps - Add a new XSL based transformation step
Summary
Post Processing steps - Add a new XSL based transformation stepContent
Hi All,
Have you ever tried the step "Add a new XSL based transformation step" in export configuration. I have a requirement, I am exporting Primary location data into XML in which we have three levels. City, State/Province & Country. While I am exporting this, I am getting the XML tag names like <e:PrimaryLocation>
<e:Location>
<e:Name>
<e:value locale="en">Redmond</e:value>
</e:Name>
<e:Parent>
<e:Location>
<e:Name>
<e:value locale="en"> Washington</e:value>
</e:Name>
<e:Parent>
<e:Location>