hi all,
i am bringing 2 columns from share point list into sql server table based on 3 rd column from sharepoint list
sharepoint list source ---------------> conditional split -----------------> oledeb destination
the condition i wrote in conditional split transformation is as follows
(DT_WSTR,5)InternalReqt == "yes" (source column is Boolean type )
but the problem here is that it's not loading any data??
what am i doing wrong? please help. thanks in advance