https://drive.google.com/open?id=1M66WaMkwfkDoFW41MSwuKG4ZHyuSxFrO
Guys its the first time working with XML. I've read many posts but still cant handle my data.
In the link there is a part of my data (3 entities (mensaje) induced in the file. original one is about 35.000 entities).
From those data I need to create a pandas dataframe .
Each line of the dt should be refer to one <mensaje>
The first column has to be <numerosolicitud>********</numerosolicitud>
second column <codigocliente>**********</codigocliente>
and then i need one column for each <cuestionario><pregunta cod=***. There are 98 i think "cod" all same on all "mensajes". I need those "cod" as headers and Text if contained as value.
I believe that it is a basic task but after several days reading tutorials and posts still I need help. Any advice is highly appreciated.