The purpose of this plugin is validate data.
Project description
String Validator Action
The purpose of this plugin is to validate data. We need to specify a type of validation.
We can choose from:
- email - for example example@mail.com
- url - for example tracardi.com
- ipv4 for example 192.168.1.1
- date for example 01.01.1900
- time for example 01:01
- int for example 3
- float for example 3.4
- number_phone for example +48123456789
Configuration
This node require configuration.
Configuration values
- validate_regex - type of validation.
- data - the string that we would like to validate
Data can be a dotted notation path to value inside profile, event, session, etc. or any string.
Examples
{
"validate_regex" : "url",
"data" : "profile@traits.private.email"
}
It will return payload on valid output port. invalid port will stay inactive.
{
"validate_regex" : "email",
"data" : "12341232"
}
It will return payload on invalid output port. valid port will stay inactive.
Input payload
This node does not process input payload. Input payload will not be returned on output.
Output
This plugin has to port valid and invalid. Depending on validation result the appropriate ports will be launched with payload copied as data.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tracardi-string-validator-0.6.0.tar.gz.
File metadata
- Download URL: tracardi-string-validator-0.6.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85c7046de9ec7cbbad70019c05b1084eecd3b9400f1aafc4ced0cc3120a51bd7
|
|
| MD5 |
d412fb3bfcd5eea3bd741f5bf94bcd23
|
|
| BLAKE2b-256 |
60f07e1f4514aaa51b16ee67ad4cfef047cc0e96cd659c69aced39635f09a9f1
|
File details
Details for the file tracardi_string_validator-0.6.0-py3-none-any.whl.
File metadata
- Download URL: tracardi_string_validator-0.6.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c8c3acdaff7ff806a7ac424895cff831f845d0e2d5eefaa093f0173a59df5bd
|
|
| MD5 |
16735996196f3f533b20d4900153f939
|
|
| BLAKE2b-256 |
79863aa7046ed041a8741f1da4355409d1938c2493d092a5c592e8b878065b09
|