iI try to capture all the output files in the directory 【./fpfn】by glob ./fpfn/*
. But It failed, the error is :Error validating output record. the
outputfield is not valid \n because item is invalid \n because Expected class 'File' but this is 'Directory'
So my grammar wrong? and How can I capture all the files in a directory?
Thanks !
In fact,when I try to be more specific ,It worked. In addition ,I will try the writting format:
items: [ File, Directory ]
Thank you!