- 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.
- Redis Applied Design Patterns
- 編程的修煉
- Raspberry Pi Networking Cookbook(Second Edition)
- 深入淺出Java虛擬機:JVM原理與實戰(zhàn)
- Magento 1.8 Development Cookbook
- Python忍者秘籍
- Java EE核心技術與應用
- HTML5從入門到精通(第4版)
- Django實戰(zhàn):Python Web典型模塊與項目開發(fā)
- Learning Android Application Testing
- Oracle 12c從入門到精通(視頻教學超值版)
- Java程序設計
- 深入理解Zabbix監(jiān)控系統(tǒng)
- 計算機軟件項目實訓指導
- 程序員的算法趣題2