Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9006579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:26:58+00:00 2026-06-16T01:26:58+00:00

I am using conditional splits to validate data and send bad data down an

  • 0

I am using conditional splits to validate data and send bad data down an alternate path in my package. My conditional split code is similar to this:

(Gender != “M” ||Gender != “F” ||Gender != “U”) == FALSE
(Gender == “M” ||Gender == “F” ||Gender == “U”) == TRUE

If the value is true I pass control to another conditional split or if false I will redirect that row to an error table.

I am using 25 conditional splits in a single package and I want to know if this is a good thing to do from a performance perspective. How is the performance of using conditional splits as opposed to using another method to validate data?

I have added another scenario but its not working in conditional split. Please find the below information

I have allowed date values only this format and this period ’01/01/1753′ to ’12/31/9000′

My Conditions

(Dob Varchar(10))

SUBSTRING(Dob,1,2) <= “12” && SUBSTRING(Dob,4,2) <= “31” && (SUBSTRING(Dob,7,4) >= “1753” || SUBSTRING(Dob,7,4) <= “9000”) == TRUE

SUBSTRING(Dob,1,2) > “12” || SUBSTRING(Dob,4,2) > “31” || SUBSTRING(Dob,7,4) < “1753” || SUBSTRING(Dob,7,4) > “9000” == FALSE

My Input – 12/32/1990, 13/15/2000, 12/31/2010,01/01/1753,12/31/9000,12/31/9001,01/01/9001
Expected Output – 12/31/2010,01/01/1753,12/31/9000

But all the records considered as false in my conditions.
Kindly give the solution for this scenario.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:26:59+00:00Added an answer on June 16, 2026 at 1:26 am

    As William Todd Salzman has indicated, testing is the only way you will determine what is the optimal setup for your package. Generally speaking however, as counter-intuitive as it may seem, the less you do in a particular component, the faster SSIS can make it. The reason for this is the way the SSIS engine can determine parallelism – if it can determine column B is not manipulated in Derived column 1, then it can safely start making changes to that value in Derived Column 2.

    • Can different combinations of components affect Dataflow performance?
    • Increasing Throughput of Pipelines by Splitting Synchronous Transformations into Multiple Tasks

    Given your scenario, I would look to create multiple Derived Column Transformations that define your various boolean checks. For example, I’d create one field that indicates whether we have a valid gender like this.

    Add a Derived Column Transformation named DFT IsGenderValid and I’d configure it thus

    • IsGenderValid
    • “add as new column”
    • Gender != “M” || Gender != “F” || Gender != “U”
    • DT_BOOL

    I would then have a Conditional Split transformation operating on boolean value if for no other reason than I have one place to test, correct and maintain logic.

    Repeat this pattern for as many validations as your business logic requires.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Similar to this thread for C# , I need to split a string containing
hi a i am triyng to using conditional css like this in my style
I'm using the followin RegEx which I found in this similar question : /[^\s"]+|"[^"]*"/g
I am writing an SSIS package that has a conditional split from a SQL
How to skip some records in script component without using conditional split component?
I am using Bussiness Intelligence Development Studio, and in the Conditional Split flow task,
I'm trying to call WordPress's 'the_time' using a conditional statement that checks the category.
I'm trying to create an conditional Rewrite Rule using an .htaccess file and Apache.
I am using ExpressionEngine 2.2.1 and am trying to create a conditional that will
I am using Oracle 11g client, with ODP.NET. I am trying to add conditional

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.