|
56 | 56 | ] |
57 | 57 | }, |
58 | 58 | { |
59 | | - "Label": "Input compressed", |
| 59 | + "Label": "Input files are compressed?", |
60 | 60 | "Field": "-input_compressed", |
61 | 61 | "Type": "boolean", |
62 | 62 | "Description": "Whether or not the source data is compressed. Default: false.", |
63 | 63 | "Placeholder Value": "whether or not the source data is compressed" |
64 | 64 | }, |
| 65 | + { |
| 66 | + "Label": "Input files codec", |
| 67 | + "Field": "-input_compression_codec", |
| 68 | + "Type": "type", |
| 69 | + "Description": "When -input_compressed is true, the code used for compression. Accepted values: zip, gzip.", |
| 70 | + "Options": [ |
| 71 | + { |
| 72 | + "label": "zip", |
| 73 | + "value": "zip" |
| 74 | + }, |
| 75 | + { |
| 76 | + "label": "gzip", |
| 77 | + "value": "gzip" |
| 78 | + } |
| 79 | + ], |
| 80 | + "FilterField": "-input_compressed", |
| 81 | + "FilterValue": "true" |
| 82 | + }, |
65 | 83 | { |
66 | 84 | "Label": "Namespace", |
67 | 85 | "Field": "-namespace", |
|
111 | 129 | "Placeholder Value": "default is first column" |
112 | 130 | }, |
113 | 131 | { |
114 | | - "Label": "Generate URI", |
| 132 | + "Label": "Generate URI?", |
115 | 133 | "Field": "-generate_uri", |
116 | 134 | "Type": "boolean", |
117 | 135 | "Description": "When importing content with -input_file_type delimited_text, whether or not MarkLogic Server should automatically generate document URIs. Default: false.", |
|
125 | 143 | "Placeholder Value": "default is root" |
126 | 144 | }, |
127 | 145 | { |
128 | | - "Label": "Split input", |
| 146 | + "Label": "Split input?", |
129 | 147 | "Field": "-split_input", |
130 | 148 | "Type": "boolean", |
131 | 149 | "Description": "Whether or not to divide input data into logical chunks to support more concurrency. Only supported when -input_file_type is one of the following: delimited_text. Default: false for local mode, true for distributed mode. For details, see Improving Throughput with -split_input.", |
|
0 commit comments