BIDS\SSIS Derived day of week from date -


I have to get a column to import MS SQL from CSV. I have a date field, but I need one day of the week, it is represented numerically, for example Monday 2. Is there any way to do this in the form of an expression in "Derived Column Transformation Editor" similar to the WeC () function in Excel?

DATEPART ("DW", Using [MyDateField], you can remove the number of days.]) . It will be Monday for 1, Tuesday on 2nd, Sunday for 7th.



Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -