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

Lookup/Blacklist/whitelist straight with external file #373

Open
TobiasNx opened this issue Jun 23, 2021 · 0 comments
Open

Lookup/Blacklist/whitelist straight with external file #373

TobiasNx opened this issue Jun 23, 2021 · 0 comments

Comments

@TobiasNx
Copy link
Contributor

TobiasNx commented Jun 23, 2021

If you want to use lookup, blacklist or whitelist with an external file, you need to create a filemap in the maps:

<maps>
  <filemap name="xyz" file="c:/git/metafacture/xyz.tsv" />
</maps>
<data source="litA">
  <whitelist map="xyz">
</data>

It would be great if it could work like lookup in FIX (metafacture/metafacture-fix@283075c) were you could use the attribute in= to straightly reference the external file.

<data source="litA">
  <whitelist in:"c:/git/metafacture/xyz.tsv">
</data>

So that you do not have to create a maps collection everytime you would use a list just once.

@TobiasNx TobiasNx changed the title Blacklist/whitelist straight with external file Lookup/Blacklist/whitelist straight with external file Jul 28, 2021
@github-project-automation github-project-automation bot moved this to Backlog in Metafacture Mar 27, 2023
@katauber katauber removed this from Metafacture Apr 24, 2023
blackwinter added a commit that referenced this issue Dec 13, 2024
Optionally specify limit for number of entities in a record.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant