Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Tuesday, June 7, 2011

BRules 1.0 Released for Talend Open Studio

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.

No comments:

Post a Comment