ContributionsMost RecentMost LikesSolutionsRe: Reading data from HTML Table Never mind… I just found it… Fixed it Re: Reading data from HTML Table Hi @tstack , For some reason the exact pipeline is not working now suddenly. It throws error on the “Parse XML” snap. I dont see , anything changed in the source as well. Wondering , if you can help on this. SOAP UI vs SOAP Execute snap Hi Team , my vendor provided webservices is connecting good with SOAP UI and returns the proper output. I am not able to get it using soap execute snap. below is the RAW XML. POST https://devwebservices.purolator.com/EWS/V1/Tracking/TrackingService.asmx HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 SOAPAction: “http://purolator.com/pws/service/v1/TrackPackagesByPin” Username: b68102d4a6cb4acbad7c00df42ea60de password: JZE$9Gi3 Content-Length: 787 Host: devwebservices.purolator.com Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) Authorization: Basic YjY4MTAyZDRhNmNiNGFjYmFkN2MwMGRmNDJlYTYwZGU6SlpFJDlHaTM= <soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:v1=“http://purolator.com/pws/datatypes/v1”> soapenv:Header v1:RequestContext v1:Version1.2</v1:Version> v1:Languageen</v1:Language> v1:GroupID11</v1:GroupID> v1:RequestReferenceUserRef</v1:RequestReference> v1:UserToken</v1:UserToken> </v1:RequestContext> </soapenv:Header> soapenv:Body v1:TrackPackagesByPinRequest v1:PINs v1:PIN v1:Value329014146438</v1:Value> </v1:PIN> </v1:PINs> </v1:TrackPackagesByPinRequest> </soapenv:Body> </soapenv:Envelope> Create multiple files in BOX Hi Team , I am working on creating multiple files in my box folder. Created a child and parent. Child will create the File in the folder having a ultra task mapped to it Parent is having a CSV reader with all the file names and connects to the pipeline execute snap. This is doing the expected work. Instead it creates one file in the root folder with all the names. the name of the file is the parameter value. It worked in one point , i made some correction and then on it is not working , am on top of this for past few days , but not able to fix it. Any ideas will be deeply appreciated. attached both the snaps Snaplogic_POC_Filecreation_2019_11_01.slp (5.6 KB) Snaplogic POC file create_2019_11_01.slp (4.9 KB) Re: Reading data from HTML Table Excellent… Such a beauty… I was almost near the last mapper. But not even thought about the array function. But what you created is very generic and awesome… Thanks ,Naveen Reading data from HTML Table Hi Guys , I am trying to read a data from an HTML table. Used REST API to connect to the webpage and able to get the response. However parsing the table is really challenging. I tried the XML parser , mapper( html.decode ) , java script , JSON parser , etc… but nothing seems to be helping me. Below is the URL ,i am trying to read data from. atshealthcare.ca ATS Healthcare Shipment Tracking Results ATS Healthcare is the largest, most reputable provider in Canada's temperature controlled healthcare transportation industry. Regards, Naveen