Bot Development : Getting Started
Bot, the new interesting term in the computing market. Everyone needs one for their requirement, in this post we will try to first understand what is a computer bot and how should be approach in creating one.
Bot, the new interesting term in the computing market. Everyone needs one for their requirement, in this post we will try to first understand what is a computer bot and how should be approach in creating one.
In the previous posts we have seen how to Setup BODS Repository and Create Datastore in SAP BODS which leaves us with all the required things to create our first SAP BODS Job. In this article we will get familiar with BODS Designer and will create our first simple job which will extract data from one table of SQL… Read More »
In the previous posts we have learnt about BODS Architecture , Datastore in BODS , Creating SAP BODS Repository and others. In this article we will learn about BODS Job Components and about their use in a simple BODS job. By job components I mean the objects which will be used to create a BODS job, on the basis of their… Read More »
For a BODS developer creating a repository should be the first step because before having one repository for yourself you cannot actually login to designer and start working on jobs. So in this tutorial we will see how to create BODS repository using Data Services Repository Manager. Creating and making the repository accessible will include… Read More »
As we all know, BODS is an ETL tool which extracts, transforms and loads data from different source and to target systems. Datastores in BODS are nothing but connection to these source and target systems. Datastore doesn’t contain any data, it only stores connection details like server name , username , password etc. Depending on… Read More »
Business Object Data Services (BODS) is a GUI tool which allows you to create and monitor jobs which take data from various types of sources and perform some complex transformation on the data as per the business requirement and then will load the data to a target which again can be of any type (i.e.… Read More »
This article is focused on the beginners who are confused with the term Slowly Changing Dimensions(SCD) . Working on a ETL or any Data Management tool Slowly Changing Dimension is the term which we come across every now and then, in this article I will try to explain what are SCD types and how we… Read More »
Inline editing is the tool which is required by us most of the time in almost all of our applications. Now-a-days with modern web technologies no one wants different pages for display and edit contents like earlier we had viewprofile and editprofile pages. It gives an amazing user experience when the user wants to edit… Read More »
This is the recording of my first webinar on getting started with AngularJS, I’m thankful to c-sharpcorner.com for hosting it. This was a part of C-sharpcorner Lucknow Chapter event.
Progress Indicator in Windows Phone is the very nice and interactive control which tells the user that currently the app is busy doing some task and hence he should wait to get the response from the app, the task may be fetching data, uploading data or something else. Progress Indicator is in the system tray.… Read More »