SSIS YYYYMMDD date format using SSIS expression

Format Date – SSIS YYYYMMDD from date

Many times you have to create file paths with timestamp using SSIS Expression. You can use SSIS Expressions
Below is simple expression which will produce file path with current timestamp

Sample Output
C:\Folder\MyFile_20151231.json

Download FREE SSIS Components

Convert Date – SSIS YYYYMMDD to Date

Set SSIS Expression to format property with datetime

Below is example of how to set SSIS Rest API Task Property expression

SSIS YYYYMMDD date format - Use datetime in file path

SSIS YYYYMMDD date format – Use datetime in file path

Variable Placeholder Approach to format datetime in SSIS

Using Variable Placeholders in SSIS PowerPack Tasks

SSIS Send HTML Email Task - ssis sending results as body of email

SSIS Send HTML Email Task – Using Variable Placeholders (Recordset Resultset in Body)

Posted in SSIS PowerPack and tagged , , .