cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Xml parser error

vipulk10
New Contributor III

hi all, I get the following error in xml parser Unexpected character โ€™ โ€™ (code 32) (missing name?)\n at [row,col {unknown-source}]: [1,507]"
โ€œSnapLabelโ€: โ€œXML+Parserโ€

when running as ultra pipeline. Normally when I validate the pipeline it never occurs. Can someone please help

1 REPLY 1

RogerSramkoski
Employee
Employee

Hello, I recommend you contact SnapLogic Support if you have not done so already as they can help you with this situation.

That said, during pipeline validation we only process 50 records so sometimes errors in larger datasets donโ€™t surface until execution. In this case, the XML Parser is telling us that in row 1, column 507, there is an unexpected character. If you can open the XML file in a program that shows row and column number you should be able to navigate to the spot and find the unexpected character. You could also use an online free XML validator like XML Validator.