Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a CDI File BuildAdapter #9

Open
rsoika opened this issue May 4, 2024 · 0 comments
Open

Implement a CDI File BuildAdapter #9

rsoika opened this issue May 4, 2024 · 0 comments
Labels
enhancement New feature or request feature
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented May 4, 2024

The File Adapter should support Regex to scan for different file patterns

....
  String _FilenamePattern = parseMLFilePatternByBPMN(mlConfig);
            if (_FilenamePattern != null && !_FilenamePattern.isEmpty()) {
                mlFilenamePattern = Pattern.compile(_FilenamePattern);
            }

For example add pdf file content only:

<filecontent name="filepattern">^.+\.([pP][dD][fF])$</filecontent>
@rsoika rsoika added this to the 0.0.1 milestone May 4, 2024
@rsoika rsoika added enhancement New feature or request feature labels May 4, 2024
rsoika added a commit that referenced this issue May 4, 2024
rsoika added a commit that referenced this issue May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

1 participant