@@ -67,15 +67,19 @@ Usage:
67
67
emscli:file-reader:import
68
68
69
69
Arguments:
70
- file File path (xlsx or csv)
71
- content-type Content type target
70
+ file File path (xlsx or csv)
71
+ content-type Content type target
72
72
73
73
Options:
74
- --config=CONFIG Config(s) json, file path or hash (multiple values allowed)
75
- --dry-run Just do a dry run
76
- --merge=MERGE Perform a merge or replace [default: true]
77
- --flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
78
- --limit=LIMIT Limit the rows
74
+ --limit=LIMIT Limit the rows
75
+ --config=CONFIG Config(s) json, file path or hash (multiple values allowed)
76
+ --dry-run Just do a dry run
77
+ --merge=MERGE Perform a merge or replace [default: true]
78
+ --flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
79
+ --chunk-size=CHUNK-SIZE Chunk size for processing rows [default: 100]
80
+ --scroll-size=SCROLL-SIZE Search scroll size [default: 100]
81
+ --lazy Lazy index will only call post-processing on source element
82
+ --digest-field=DIGEST-FIELD Only index not digested rows
79
83
```
80
84
81
85
### Database
@@ -92,15 +96,18 @@ Usage:
92
96
emscli:import:database [options] [--] <table> <content-type>
93
97
94
98
Arguments:
95
- table Database table name.
96
- content-type Content type target
99
+ table Database table name.
100
+ content-type Content type target
97
101
98
102
Options:
99
- --config=CONFIG Config(s) json, file path or hash (multiple values allowed)
100
- --dry-run Just do a dry run
101
- --merge=MERGE Perform a merge or replace [default: true]
102
- --flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
103
- --limit=LIMIT Limit the rows
103
+ --config=CONFIG Config(s) json, file path or hash (multiple values allowed)
104
+ --dry-run Just do a dry run
105
+ --merge=MERGE Perform a merge or replace [default: true]
106
+ --flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
107
+ --chunk-size=CHUNK-SIZE Chunk size for processing rows [default: 100]
108
+ --scroll-size=SCROLL-SIZE Search scroll size [default: 100]
109
+ --lazy Lazy index will only call post-processing on source element
110
+ --digest-field=DIGEST-FIELD Only index not digested rows
104
111
```
105
112
106
113
### Config
0 commit comments