I have ssis package to produce a xml file(which is in USC-2) for 3rd party company. When file is loaded to their system, it is failed and I was told that they need to use Notepad++ to convert it to utf-8 in order to load it successfully. I have added to the top of the file but no joy. Can someone explain how to produce xml in ssis/sql server in utf-8?
I have compared original file in UCS-2 with converted file in UTF-8 but only difference I can see following line has been removed in converted file.
<value visId0="61524" visId1="X240863" visId2="0" visId3="3154" visId4="6" calendarYearVisId="2017" valueTypeVisId="AB" currencyVisId="GBP" value="121400"/>
Thanks for your help in advance