Forum Discussion

MarkSchofer's avatar
MarkSchofer
Frequent Contributor
3 years ago
Solved

Making DDT.CurrentDriver A Bit More Efficient

I am using DDT.CurrentDriver (PYTHON) -It works fine but loses its way occasionally Reading from a spreadsheet in Loops I read from a the spreadsheet get an EMPID, Check amount and a check date No...
  • Marsha_R's avatar
    3 years ago

    I've never seen DDT.CurrentDriver lose its way, so not sure what that could be other than maybe there is a blank cell in the way and it will stop there.

     

    If you want one emp = one pass then put all the data for one employee on the same line

     

    EMPID DATE1 AMT1 DATE2 AMT2 DATE3 AMT3      

    etc.