Technote (troubleshooting)
Problem(Abstract)
UTF-8 data is converted to Native data when using the PUT function in WebSphere® Transformation Extender (WTX).
Symptom
The PUT function converts UTF-8 data to Native data.
Cause
When using the PUT function the WebSphere Transformation Extender (WTX) engine calls an exit procedure. When the exit procedure is called WTX converts the data to Native.
Environment
The data is UTF-8 and the PUT function is used.
Diagnosing the problem
When using the PUT function with UTF-8 the output data is native.
Resolving the problem
WTX will convert the data to NATIVE when using the PUT function. To force the convert not to happen, you use CPACKAGE with this syntax:
=PUT("FILE","filename.txt",CPACKAGE(Object,"NATIVE"))
Product Alias/Synonym
Ascential Mercator DataStage TX
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.