mattcasters opened a new pull request, #7810:
URL: https://github.com/apache/hop/pull/7810

   ## Summary
   - Extend the **Checks if files exist** workflow action with per-row 
**Wildcard (RegExp)**, **Exclude wildcard (RegExp)**, and **Include 
subfolders** options, consistent with other file-oriented transforms/actions 
(e.g. Text File Input).
   - Folder + wildcard rows succeed when at least one matching file is present 
(after exclude); plain file/folder paths keep previous existence checks.
   - Scope limited to this action only; **File exists** (single file) is 
unchanged.
   - Update docs, English messages, serialization sample, and unit tests.
   
   ## Test plan
   - [x] Unit tests for serialization, matching/non-matching wildcards, 
exclude, and per-row include subfolders
   - [ ] Manually open Checks if files exist dialog and verify new table columns
   - [ ] Verify existing workflows without wildcards still succeed/fail as 
before
   - [ ] Verify folder + include/exclude regex and include-subfolders Y/N 
behavior
   
   Fixes #3153


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to