Book Image

Software Development on the SAP HANA Platform

By : Mark Walker
Book Image

Software Development on the SAP HANA Platform

By: Mark Walker

Overview of this book

Table of Contents (19 chapters)
Software Development on the SAP HANA Platform
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a Data Services project


In the next couple of sections we'll take a look at the steps necessary to load a CSV file into SAP HANA using Data Services. This presumes that neither the format of the CSV file, nor the SAP HANA instance, are known to Data Services, so we'll create all the individual objects necessary to perform our data flow.

Creating a project

As we saw earlier, a project in BODS is used to hold all the individual actions we need to perform.

In order to create a project, switch to the Projects tab, and right-click on some empty space inside that tab. Then select New from the context menu that will appear. You will see BODS' New Project dialog, which just asks for a name for your project. In this example, we'll call the project flight. Click on OK to dismiss the New Project dialog, and your new project will appear in the list of available projects:

Your project is now ready for use, so we can proceed to create a job, which will handle execution of our data transfer, once...