XML to xcel

Hi guys I want to read my XML doc and extract it to Excel document can anyone guide me with this

1 Like

Good afternoon Deepak,

Does the solution in this post resolve your issue?

This link may also prove useful:

2 Likes

I have seen it but I am not aware of where to mention path of XML doc in that workflow…
Can u pls help me with this

1 Like

What is this second line

DataSet ds=new DataSet() ds.ReadXml(“YourXmlfilepath”)

Where do I have to enter it in workflow…

1 Like