by Tom Saunders | Aug 9, 2016 | BlogPosts, Talend, Tech Tips
In the previous blog we retrieved an XML response from a TFL web service to provide the status of the underground lines. In this blog, we are going to use a tXMLMap in Talend to extract the information we want from the XML response. Where were we? Following on from...
by Ralph Dalton | Aug 2, 2016 | BlogPosts, Sharepoint, Tech Tips
Here’s a quick solution to a small but problematic issue we experienced recently. One of our customers applied a Cumulative Update to SharePoint 2013 SP1. The custom ASP.Net form in SharePoint that we had created then stopped working directly as a result....
by Andrey Zaharov | Jul 26, 2016 | BlogPosts, Talend, Tech Tips
Here’s a quick tip for those working with Talend to create a job that performs a number of calculations on a set of network data. Say that your calculations are reliant on jitter, but you are not provided with any values; you need to create these yourself and...
by Andrey Zaharov | Jul 19, 2016 | BlogPosts, Talend, Tech Tips
If you need to use VM’s quite often, perhaps mostly for testing or a particular software that happens to be Linux-based, then you need to take a look at Docker. Docker is the future standard in virtualization and the way you should be testing/developing....
by Andrey Zaharov | Jul 12, 2016 | BlogPosts, Talend, Tech Tips
Introduction Sometimes you need to merge files from a source/sources into a single file. Perhaps weekly reports into a single monthly report. Or some log files retrieved from an FTP store that you wish to aggregate together into a single file for storage or further...
by Andrey Zaharov | Jul 5, 2016 | BlogPosts, Talend, Tech Tips
Introduction Talend Studio provides a great number of configuration tools for Hadoop Clusters. It also gives you the ability to run Spark jobs on your local environment. However, you might still run into issues running code in distributed mode across the entire...