BRules | |
---|---|
Name: | BRules |
Icon: | ![]() |
Author: | walkerca |
Resources: | |
Download: |
|
Install Instructions: | |
Example: | Coming soon… |
Features: | |
Overview: | |
A collection of Java routines for validation, formatting, and logic for use in Talend Open Studio Software license: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0  |
|
Release Notes: | |
Release version: 0.1 – 2011-03-22 02:44:29 There is a urlPath in the BRules_0.1 properties file containing a path to a user directory. Release version: 0.2 UPDATE – 2011-03-31 11:16:28 1) All set – use the all() function For a great shorthand technique, use the following import in a tJava component Advanced settings > import import static routines.BRules.all; Version 0.2 uses the StringUtils class from the Commons Lang 3 library. Includes * New XML validation routines – isXML() checks for well-formedness Release version: 1.0 – 2011-06-08 01:13:47 For example, the Unicode ‘My Company\u2122’ where \u2122 is the trademark symbol is converted to ‘My CompanyTM’ where ‘TM’ is the trademark symbol represented in Windows Latin-1 (Cp1252) toCharset() also handles unmappable characters gracefully using a specified character. An ASCII string can be formed with the space character replacing unmappable Unicode or UTF-8 characters. Multi-byte sequences are handled. Version 1.0 also re-packages the routines in a more general purpose project that includes a set of unit test jobs. It is recommended that the test suite be run after import. isJSON() determines whether or not a string is in JSON format hasJSONPath() determines whether or not a JSON string contains objects referenced by a JSONP expression Rewrote charset functions to support Java 5 Also available on the Maven Central Repository Visit search.maven.org Several listToString functions were added to convert a java.util.List to a String. |
|
Compatible: | |
|