Hello,
we are trying to modify a DTSX package including a new task in order to delete a data region reading the dimensions from a file.
we use the following syntax:
GETINFO(SELECTION_FROM_FILE,%SELECTION%,MYFILE.TXT,u201DCATEGORY,TIMEu201D)
TASK(DELETEDESTFACT,SQLSTATEMENT,DELETE FROM TBLFACT%APP% where
%SELECTION%)
and returns:
INFO(%SELECTION%,)
ie, in the %SELECTION% variable contains nothing.
Regards.