-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_validation_config.cfg
78 lines (66 loc) · 1.2 KB
/
data_validation_config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[misc]
private_config = E:\My Documents\GitHub\config\data_validation_config.cfg
[programs]
sects = abc
[prog_abc]
title = ABC iDBL Data Extraction Tool
sects = bsrf,generic
[table_abc_bsrf]
title = BSRF Validation
name = abc_pend_bsrf
sects = original,brand,strength,route,form
[col_abc_bsrf_original]
title = BSRF
name = original
width = 30
validate = False
copy = True
search = True
[col_abc_bsrf_brand]
title = Brand Name
name = brand_name
width = 30
validate = False
copy = True
search = True
[col_abc_bsrf_strength]
title = Strength
name = strength
width = 30
validate = False
copy = True
search = True
[col_abc_bsrf_route]
title = Route
name = route
width = 30
validate = False
copy = True
search = True
[col_abc_bsrf_form]
title = Dosage Form
name = dosage_form
width = 30
validate = False
copy = True
search = True
[table_abc_generic]
title = Generic Name Validation
name = abc_pend_generic
sects = original,correction
[col_abc_generic_original]
title = Original
name = original
width = 50
validate = False
copy = True
search = True
[col_abc_generic_correction]
title = Correction
name = correction
width = 50
validate = False
copy = True
search = True
# [group_dpd]
# title = HC DPD Data Extraction Tool