SSIS YYYYMMDD date format using SSIS expression

Format Date – SSIS YYYYMMDD from date

Often, you need to create file paths with a timestamp using an SSIS Expression. You can use SSIS Expressions
Below is a simple expression that will produce a file path with the current timestamp

Sample Output
C:\Folder\MyFile_20151231.json

Convert Date – SSIS YYYYMMDD to Date

Set the SSIS Expression to format the property with a datetime

Below is an example of how to set the 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 – Using Variable Placeholders (Recordset Resultset in Body)

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

Posted in SSIS PowerPack and tagged , , .