- 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.
- C語言程序設計(第2版)
- 區塊鏈:以太坊DApp開發實戰
- 信息安全技術
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- 青少年Python編程入門
- Test-Driven Machine Learning
- Statistical Application Development with R and Python(Second Edition)
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- ASP.NET Web API Security Essentials
- 3D Printing Designs:The Sun Puzzle
- Oracle SOA Suite 12c Administrator's Guide
- 計算機程序的構造和解釋(JavaScript版)
- Enterprise Application Architecture with .NET Core
- 分布式系統架構與開發:技術原理與面試題解析
- Leaflet.js Essentials