Good morning all,
I start with SSIS and I try to do tests.
I have a question about filters.
Here I have a flat csv file as source.
I have to make filters (conditional split).
The first filters are simple: <nomchamps> == "Workstation" || <nomchamps> == "Server"
I have to do a filter on Administrator, Administrator, Administrador, I thought I could do <nomchamps> == "Administra %%" but it does not work
or groups that start with ASV <nomchamps> == "ASV %%" and that's where I block.
Could you help me?
thank you so much