October 2013
Beginner to intermediate
270 pages
5h 41m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Talend component names, variable names, and code snippets that appear in text are shown like this: “open the tFlowToIterate component”
A block of code is set as follows:
if ((errorCode & (1<<3)) > 0) {
System.out.println("age is null");
}
if ((errorCode & (1<<4)) > 0) {
System.out.println("countryOfBirth is empty");
}When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
XMLUtils.addChildAtPath(customerXML, "/customer /orders/order[orderId = "+((Integer)globalMap.get ("order.orderId"))+"]" ...
Read now
Unlock full access