ADFDF Cheat Sheet Sqlplayer v2.1
ADFDF Cheat Sheet Sqlplayer v2.1
Multiple inputs/outputs
Schema modifier
BLOG:
https://SQLPlayer.net/tag/ADFDF @SQLPlayer
Transformations of Mapping Data Flow
Formatters
Takes array values from Script Component or SELECT * FROM OPENJSON(json) WITH (
Flatten hierarchical structures such as id INT 'strict $.id',
3rd Party Component Name NVARCHAR(50) '$.info.name');
JSON (denormalization) (ZappySys SSIS JSON Parser Transform)
Row modifier
Source / Destination
Source for your data flow. OLE DB Source SELECT * FROM SourceTable
Source Obligatory first element of and more …
every Data Flow in ADF
Destination for your data flow OLE DB Destination and INSERT INTO TargetTable
Sink stream more…
BLOG:
https://SQLPlayer.net/tag/ADFDF @SQLPlayer