Hiya Community,
I'm new to this forum so please bear with my novice questions.
I'm trying to load data from flat file into the staging table. In the data flow task, i have to use a conditional split operator to validate some records and i have some conditions typed into the conditional operator and validated. But when i execute the package , there are no records coming out of the operator. May be i'm doing some thing some where that i'm not supposed to ... i added a data viewer but i did not see anything out of place.
ISNULL(SpecimenNbr) || LEN(TRIM(SpecimenNbr) == 0
LEN(SpcEnd) == 0 || (DT_I4)(SpcEnd) < 1
BreedDays < 0
ISNULL(GnrName)
Can someone point me in the right direction please??