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

[BUG] using curly brackets in data provider factory options breaks the IDE #1249

Open
davidnich opened this issue Jan 23, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@davidnich
Copy link
Member

ex:

config-items:
  - name: search-processor-provider-path
      value:
            "factory/csvread{path=$rest:{connections/user-data-import-file/url_hash/path},encoding=ISO-8859-15,header_names=true,header_reorder=true,ignore_empty=true,ignore_whitespace=true,separator=;,verify_columns=true}"
      parent:
            interface-type: class
            interface-name: BBM_DataProviderSearchRecordIterator
            interface-version: '1.0'

results in:
image

Removing the curly brackets allows the config items to be usable again, but the factory options are then invalid

@davidnich davidnich added the bug Something isn't working label Jan 23, 2024
@davidnich davidnich added this to the 4.3.6 milestone Jan 23, 2024
@davidnich davidnich modified the milestones: 4.3.6, 4.3.9 Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants