- SAP Data Services 4.x Cookbook
- Ivan Shomnikov
- 196字
- 2021-08-20 10:52:17
Introduction
It is easy to underestimate the importance of the scripting language in Data Services, but you should not fall for this pitfall. In simple words, scripting language is a glue that allows you to build smart and reliable ETL and unite all processing units of work (which are dataflow objects) together.
The scripting language in Data Services is mainly used to create custom functions and script objects. Script objects rarely perform data movement and data transformation. They are used to assist the dataflow object (main data migration and transformation processes). They are usually placed before and after them to assist with execution logic and calculate the execution parameter values for the processes that extract, transform, and load the data.
The scripting language in Data Services is armed with powerful functions that allow you to query databases, execute database stored procedures, and perform sophisticated calculations and data validations. It even supports regular expressions matching techniques, and, of course, it allows you to build your own custom functions. These functions can be used not just in the scripts but also in the mapping of Query transforms inside dataflows.
Without further delay, let's get to learning scripting language.
- Unreal Engine Physics Essentials
- Linux C/C++服務器開發實踐
- 樂學Web編程:網站制作不神秘
- INSTANT Sencha Touch
- Processing互動編程藝術
- Learning Ionic
- Practical Predictive Analytics
- 透視C#核心技術:系統架構及移動端開發
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- PyTorch生成對抗網絡編程
- Netty 4核心原理與手寫RPC框架實戰
- Switching to Angular 2
- Python3從入門到實戰
- Visual FoxPro程序設計(第二版)
- AVR單片機C語言非常入門與視頻演練