question

ChristopherJack-1763 avatar image
0 Votes"
ChristopherJack-1763 asked YitzhakKhabinsky-0887 answered

ISNULL(Address6) || Address6 == "" ? Address4 : Address5 What does this mean SSIS

Hi,

There is a bit of code in my SSIS package which says

 ISNULL(Address6) || Address6 == "" ? Address4 : Address5

I am not really sure what the second part is doing... can anyone translate?

Thanks

sql-server-integration-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YitzhakKhabinsky-0887 avatar image
1 Vote"
YitzhakKhabinsky-0887 answered

Hi @ChristopherJack-1763,

It is SSIS Conditional expression: conditional-ssis-expression


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.