Create two upstream Execute Command activities, one to get the first date, the other to get the second date, probably using a pipeline of head and cut commands. For example: head -1 filename | cut -c1-10 When allocating parameter values use the return value from the appropriate Execute Command activ...