Run into a problem with VFS reading text files with fixed field length fields, where empty fields are padded with spaces. There are a number of B2B formats that do this.
If the empty fields are at the start or end of the file then when these are inserted into XML as Payload the XML removes the spaces. The text should be wrapped in CDATA with double Quotes to preserve this space data; but VFS does not do this. So the fields at start or end of file get lost and hence the whole file is now garbage. Hopefully reading them as binary files (not plan text) will get over this ? Other ideas ? -- View this message in context: http://www.nabble.com/VFS-Text-Files-with-spaces-don%27t-work.-tp22841970p22841970.html Sent from the Synapse - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
