Customer Portal

Detect zero byte file

Comments 1

  • Avatar
    David Pavlis
    0
    Comment actions Permalink

    Hi Mike,

    The best approach would be to use a JOBFLOW which would first check the size of the file and if it is greater than zero, then execute your transformation graph (via ExecuteGraph component) feeding the path of the file to it. In the zero size case it can send e-mail or just fail, and then you can have a listener setup on your server which is triggered whenever that particular JOBFLOW fails.

    Look at https://doc.cloverdx.com/latest/designer/listfiles.html for ListFiles jobflow component reference.

     

Please sign in to leave a comment.