how do we change Data Type of a field (which is a date field, say Employee Start Date) from String to Numeric while creating a data flow.
You can add a new column with CAST function on the original column.
Hi,
You can also do it as data preperation phase on the dataset by right clicking on the particular string attribute and choosing "Convert to Date". You will have an option to choose the date format.