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

CSV mapper: introduce a computed mode allowing users to create their own computations for conditionnal mapping #9148

Open
nino-filigran opened this issue Nov 26, 2024 · 0 comments
Labels
feature use for describing a new feature to develop

Comments

@nino-filigran
Copy link

Use case

Users might have a variety of CSV. In order to know which entity is what in the csv we have introduced the conditionnal mapping. However to go one step further, we might have cases in which users would like to introduce some computations inside their csv in order to be able to verify some conditions. For instance, it could look something like

  • If(contains(colA)= ".", "IPV4", "IPV6") and then use the result of this computation within a conditionnal mapping to be able to determine the type of entity.

This could serve not only within the conditional mapping, but also to build some custom columns.

Current Workaround

Proposed Solution

Additional Information

If the feature request is approved, would you be willing to submit a PR?

Yes / No (Help can be provided if you need assistance submitting a PR)

@nino-filigran nino-filigran added feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team and removed needs triage use to identify issue needing triage from Filigran Product team labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop
Projects
None yet
Development

No branches or pull requests

1 participant