Conventions

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"))+"]" ...

Get Talend Open Studio Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.