You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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
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)
The text was updated successfully, but these errors were encountered: