I have a CSV file format: id ,name..., one of his rows contain an XML file like this
<?xml version=""1.0"" encoding=""UTF-8""?><session><appUsage packageName=""com.facebook.katana"" name=""Facebook"" startTime=""1603137470472""><state name=""[]"" className=""android.widget.FrameLayout"" duration=""1639"" interactionCount=""0"" orientation=""1""/><state name=""[Facebook]""
I am trying to extract the packageName and statTime.Howa can i do ? Please help