• Bill McDonough (2/2/2007)


    One way to do this is a script task. In the script, you'll have something like this:

    PublicOverrides Sub ProcessInputRow(ByVal Row as rowInBuffer)

    In that function, you can usethis toget or test row length:

    Row.FullRow.Length

    Hope this helps.

    Bill

    You are referring to a Script Component. Script Tasks are valid only in control flows.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.