Subject:funny character output by xslt Author:Tim Heap Date:15 Mar 2007 09:47 AM
Please help.
I have a problem with an xslt file. I'm converting from xml to load in to sql using bulk load. The file which is output is output.txt. If I try bcp, I get "string data, right truncation". Additionally if I run bcp with an error file I get this :
#@ Row 1, Column 1: String data, right truncation @#
KG
If I edit the output file in textpad, add a space and the delete it, then save, the file loads ok.
This is driving me nuts, is it something to do with the encoding ?
The output file is attached.
Subject:funny character output by xslt Author:(Deleted User) Date:15 Mar 2007 11:40 AM
Hi Tim,
could you give us more informations? Are you using Convert-to-XML to convert the file into XML? If the invalid char is produced by an XSLT, could you attach the XSLT file?