-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.yaml
52 lines (51 loc) · 1.4 KB
/
example.yaml
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
# Ultimate Chain Parser example Yaml config file
full_output: false
chain:
-
plugin: cleaner
options:
clean_blocks: true
fix_newlines: true
sep_input_col: ''
sep_input_row: \n
sep_input_rowset: ''
sep_output_col: ','
sep_output_row: \n
sep_output_rowset: \n
trim: true
-
plugin: parser
options:
empty_field_placeholder: ''
fields:
- id
- title
- actor
- description
output_fields:
- id
- title
- actor
- description
regex_ignore_after: { }
regex_ignore_before: { }
regex_match:
id:
- '/^[\d]+$/'
title:
- '/^[^\d]+/'
actor:
- '/^[^\d]+/'
description:
- '/^[^\d]+/'
replace_block_after: { }
replace_block_before: { }
replace_field_after: { }
replace_field_before: { }
sep_input_col: ''
sep_input_row: \n
sep_input_rowset: ''
sep_output_col: ','
sep_output_row: \n
sep_output_rowset: \n
use_dataset: true