Question

How can I manipulate a xml elements while writing attribute to xml output?

  • 4 November 2021
  • 2 replies
  • 10 views

Badge +6
  • Contributor
  • 19 replies

I am trying to write data to a xml data format. The problem is that I get an extra tag or element as shown in the following screenshot, so my first question is how can I get rid of the element which ends with -tabel?

imageMy second question is: In the element name I add some extra information like id and parent id. I add this in the xml writer Feature Type Name. This addition comes in the head of the element as well as in the tail as shown in the following screenshot. Is there a way to show it only in the head of the element?

imageI want to have something like the following screenshot:

imageI hope that someone have an idea and will have the time to help me here 🙂

 

Kind regards,,,


2 replies

Badge +6

@Takashi Iijima​ Could you please have a look!

Badge +6

Hi all,

I was able to solve my first question by adjusting the advanced parameters of the XML Writer, namely the "Wrap Tabel Elements: No".

imageI am still looking for an answer for my second question. I hope that someone can give me a hint :)

Reply