Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
Rule Engine Service
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
brooklyn
Rule Engine Service
Commits
d8fadd1f
Commit
d8fadd1f
authored
Oct 19, 2022
by
Sarah Abrishami
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: added static files
parent
c66c6b00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
0 deletions
+69
-0
app/main/static/rule_config.yml
app/main/static/rule_config.yml
+69
-0
app/main/static/sample_data.xlsx
app/main/static/sample_data.xlsx
+0
-0
No files found.
app/main/static/rule_config.yml
0 → 100644
View file @
d8fadd1f
---
rules
:
-
rule_type
:
Unique
rule_attributes
:
name
:
unique_customer_id
target
:
customer_id
orient
:
column
invert
:
false
validator_parameters
:
keep
:
false
-
rule_type
:
Unique
rule_attributes
:
name
:
not_unique_loan_id
target
:
loan_id
orient
:
column
invert
:
true
validator_parameters
:
keep
:
false
-
rule_type
:
Range
rule_attributes
:
name
:
age_range_18_50
target
:
age
orient
:
column
validator_parameters
:
maximum
:
50
minimum
:
18
left_inclusive
:
true
right_inclusive
:
true
-
rule_type
:
Category
rule_attributes
:
name
:
cutomer_type_category
target
:
customer_type
orient
:
column
validator_parameters
:
categories
:
-
1
-
2
-
3
-
4
-
5
-
rule_type
:
Range
rule_attributes
:
name
:
age_range_under_18
target
:
age
orient
:
column
validator_parameters
:
minimum
:
18
-
rule_type
:
Length
rule_attributes
:
name
:
cellphone_length_valid
target
:
cell_phone
orient
:
column
invert
:
true
validator_parameters
:
min_len
:
11
max_len
:
11
left_inclusive
:
true
right_inclusive
:
true
-
rule_type
:
Category
rule_attributes
:
name
:
military_service
target
:
military_service_status
orient
:
column
validator_parameters
:
categories
:
-
true
app/main/static/sample_data.xlsx
0 → 100644
View file @
d8fadd1f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment