in reply to Re: how to convert multiple xml files with different structure into CSV files
in thread how to convert multiple xml files with different structure into CSV files

The Output of the XML should be as specified below for XML File 1:
ID Name Company Join_Date DEP_ID DEP_Name Jobtitle + Jobdescr 1 xxx abc 1/1/2014 1 zzz xx desc1 1 xxx abc 1/1/2014 2 yyy yy desc2
  • Comment on Re^2: how to convert multiple xml files with different structure into CSV files
  • Download Code

Replies are listed 'Best First'.
Re^3: how to convert multiple xml files with different structure into CSV files
by RichardK (Parson) on Jul 17, 2014 at 11:19 UTC

    So where did all that extra junk come from? there are no elements / columns called '1 xxx abc' etc

    You are not going to get very far in solving this problem if you cannot clearly & logically state you requirements.

    Also, use code tags!