BRules is a collection of routines for Talend Open Studio, that validates, converts, and shortens Java expressions.
BRules 1.0 adds a character set handling function for conversion: toCharset().
This function will convert a String from Unicode to another character set like US-ASCII or Cp1252 (Windows Latin-1). It will remap characters like the Unicode trademark character (\u2122) to the appropriate character in the target set (99 in Cp1252) or a user-provided character (like a space for US-ASCII).
BRules 1.0 contains a collection of jobs that are unit tests. Run the BRules_TestSuiteJob after importing the zip file from the Talend Exchange.
BRules 1.0 adds a character set handling function for conversion: toCharset().
This function will convert a String from Unicode to another character set like US-ASCII or Cp1252 (Windows Latin-1). It will remap characters like the Unicode trademark character (\u2122) to the appropriate character in the target set (99 in Cp1252) or a user-provided character (like a space for US-ASCII).
BRules 1.0 contains a collection of jobs that are unit tests. Run the BRules_TestSuiteJob after importing the zip file from the Talend Exchange.
No comments:
Post a Comment