SSIS Package Conditional Split doesn't work -
i'm creating ssis package using visual studio 2008...i added conditional split isn't working. i'm selecting items oracle , need filter records. filter uses column "cod_check_point" , there 3 possible values column. tried not working.
trim(cod_check_point) == (dt_wstr,3)168 || trim(cod_check_point) == (dt_wstr,4)9626 || trim(cod_check_point) == (dt_wstr,4)9627
with conditional query, other records have "cod_check_point" different possible values selected.
if gets records "cod_check_point" equal 9626:
trim(cod_check_point) != (dt_wstr,4)9626
i don't know happening , why it's happening. searched on internet , think i'm doing right i'm not getting successful. can me?
thanks.
update frikozoid, here print screens asked me: https://docs.google.com/file/d/0b1jl47_dxuimanb5uknxzuxpvk0/edit?usp=sharing
p.s.: can't upload image in posts yet because don't have reputation.
thanks!
Comments
Post a Comment