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

Standard regex fails with white space #109

Open
Ben8t opened this issue Mar 15, 2024 · 0 comments
Open

Standard regex fails with white space #109

Ben8t opened this issue Mar 15, 2024 · 0 comments
Assignees
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors

Comments

@Ben8t
Copy link
Member

Ben8t commented Mar 15, 2024

Expected Behavior

No response

Actual Behaviour

The following regex .*test Test_nbs_issuers_.+.csv should match on this string "test Test_nbs_issuers_YYYYMMDD.csv" but the white space seems to cause an issue using the regEx property.

id: regex
namespace: dev

tasks:
  - id: fs
    host: localhost
    port: 21
    username: foo
    password: pass
    type: io.kestra.plugin.fs.ftp.List
    from: "/folder"
    regExp: .*test Test_nbs_issuers_.+.csv

Steps To Reproduce

No response

Environment Information

  • Kestra Version:
  • Plugin version:
  • Operating System (OS / Docker / Kubernetes):
  • Java Version (If not docker):

Example flow

No response

@Ben8t Ben8t added the bug Something isn't working label Mar 15, 2024
@anna-geller anna-geller added this to the v0.18.0 milestone Apr 17, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 10, 2024
@anna-geller anna-geller removed this from the v0.18.0 milestone Jul 3, 2024
@anna-geller anna-geller added the area/plugin Plugin-related issue or feature request label Aug 15, 2024
@tchiotludo tchiotludo added good first issue Great issue for new contributors and removed kind/good-first-issue labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

4 participants