Get a xml field

hello.

I need to get the number of document inside a XML file:

The number of document i need is marked on yellow.

thanks

Hi @brunobufolo,

Steps to automate

  1. Read the XML document
  2. Deserialize the document
  3. XDocumnt.Descendants(β€œchave”).Count

Regards,
Arivu :slight_smile:

2 Likes

hello.
it’s worked, but return only β€œ0”, and i need all the numbers (β€œ3519030…345”).

Thank you