I have an SSIS package that imports XML files. I am receiving the following error before any data is being imported in.
Error: The XML Source was unable to process the XML data. Invalid character in the given encoding. Line 2, position 2448.
Line 2, position 2448 contains an umlaut in a value that I don't reference. I have tried changing the XSD encoding to (utf-16 and ISO-8859-1). Any help is greatly appreciated.