Skip to main content

3 docs tagged with "scriptcomponent"

View all tags

Add a Row Number Column to a Flat File Export

Adds a sequential row-number column to a flat-file export by piping an OLE DB source through a Script Component transformation that increments a counter for every row, so downstream business users have a stable line reference when reporting issues with the file.

MD5 Script Component

Drops an inline ScriptComponent transformation into a dataflow that concatenates row values and emits an MD5 hash column, useful when policy forbids open-source hashing components or you need a pure-.NET alternative to T-SQL HASHBYTES.

Reading an RSS Feed with a Script Component

Pulls RSS items from a configurable feed URL via a custom ScriptComponentSource, runs them through a Lookup against an existing log table to filter out items already loaded, and persists new entries into 'dbo.RSSFeedReader' via an OleDbDestination.