Forum Discussion
query to return files in folder with errors
- 3 years ago
Hi mttwss ,
I would use the combine binaries-method when importing from folder and create a query that returns only rows with errors. You have it all in one table then.
Of course, provided that all transformations should be the same on those files.
If that's not the case, you have to append all queries manually with an added column specifiying the query name. Then select rows with errors.
Hi mttwss ,
I would use the combine binaries-method when importing from folder and create a query that returns only rows with errors. You have it all in one table then.
Of course, provided that all transformations should be the same on those files.
If that's not the case, you have to append all queries manually with an added column specifiying the query name. Then select rows with errors.