Business Intelligence Processing Multi Schema Files in Talend By Nikhilesh Processing Multi schema files in Talend Some times, we will get the input files which contains the data about different schema format but in single file. We can process these files to get the data schema wise by using tFileinputMSDelimited....
Business Intelligence Staging DB in Data Warehousing – The WHYs and WHY NOTs By Shraddha Tambe Staging DB in Datawarehousing - The WHYs and WHY NOTs Whenever we talk about designing datawarehouses, staging database is one consideration we have to make. And it depends on many factors whether you choose to have one or not. I...
Business Intelligence Introduction to Mango Automation(M2M) By Sayali Mahale What is Mango Automation (m2m)? Machine to Machine (M2M) refers to data communications between machines. The term also means the complexity of sensors which produce data, the communications channel which connects the sensors to a server computer and a software...
Business Intelligence JSON Schema By Somen Sarkar JSON Schema What is JSON? JSON Stands for JavaScript Object Notation. This is a structure that can be used to store data as in key value pair separated by : . JSON can be used to transfer data to and...
Business Intelligence Logout Page Customization in Jaspersoft By admin Logout Page Customization in Jaspersoft : When we click on Log out link in jaspersoft or when the session expires , it is always redirected to Jaspersoft Login...
Business Intelligence Command Line Execution and Redirection Process in Pentaho (Kettle) By Nikhilesh Command line execution in Pentaho (Kettle) : Pentaho provides two command line utility tools to execute your job/transformation from outside of spoon. Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Grab...
Business Intelligence EDI – Electronic Data Interchange Introduction By admin Introduction Standardisation is needed in every field to create uniformity. Same is the case with data exchange, Without a standard format, each company would send documents using its company-specific format and, much as an English-speaking person probably doesn’t understand Japanese,...
Business Intelligence Beginners Guide to Understanding Cross Join By Sohail Beginners Guide to Understanding Cross Join In my previous Beginners Guide we talked about Types of joins i.e. Inner Join, Left and Right Join but today we will be talking about cross join which happens to be more interesting to...
Business Intelligence Why build a Data Warehouse? By Shraddha Tambe Often when we talk about implementing BI, the first thing we need to look at is how and where is the data? Is it scattered? Is it easy to report on? With this we often need to know if...
Business Intelligence Switch Data Source Based on user logged in Jasper Server By Nikhilesh Switch Datasource based on user logged in Jasper Server This tutorial shows you how to switch two different jdbc datasource using custom datasource in jasper server. Cosider you have two jdbc datasource in jasper server and you want to select...
Business Intelligence Beginners Guide in Understanding Different Types of Joins By Sohail INNER JOINS When we decide that one table won't be enough for getting our desired output then we try to attach one more table to the existing table is known as JOINS. Now Inner Joins in other words is doing...
Business Intelligence Implementing Loops in Pentaho Data Integration By Nikhilesh Issues while implementing loops in Pentaho Data Integration Generally for implementing batch processing we use the looping concept provided by Pentaho in their ETL jobs. The loops in PDI are supported only on jobs(kjb) and it is not supported in...