You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| path | string | yes | - | The s3 path that needs to be read can have sub paths, but the sub paths need to meet certain format requirements. Specific requirements can be referred to "parse_partition_from_path" option |
202
202
| file_format_type | string | yes | - | File type, supported as the following file types: `text``csv``parquet``orc``json``excel``xml``binary`|
@@ -217,8 +217,9 @@ If you assign file type to `parquet` `orc`, schema option not required, connecto
217
217
| sheet_name | string | no | - | Reader the sheet of the workbook,Only used when file_format is excel. |
218
218
| xml_row_tag | string | no | - | Specifies the tag name of the data rows within the XML file, only valid for XML files. |
219
219
| xml_use_attr_format | boolean | no | - | Specifies whether to process data using the tag attribute format, only valid for XML files. |
220
-
| compress_codec | string | no | none |
221
-
| encoding | string | no | UTF-8 |
220
+
| compress_codec | string | no | none ||
221
+
| archive_compress_codec | string | no | none ||
222
+
| encoding | string | no | UTF-8 ||
222
223
| common-options || no | - | Source plugin common parameters, please refer to [Source Common Options](../source-common-options.md) for details. |
223
224
224
225
### delimiter/field_delimiter [string]
@@ -235,6 +236,17 @@ The compress codec of files and the details that supported as the following show
235
236
- orc/parquet:
236
237
automatically recognizes the compression type, no additional settings required.
237
238
239
+
### archive_compress_codec [string]
240
+
241
+
The compress codec of archive files and the details that supported as the following shown:
| compress_codec | String | No | None | The compress codec of files and the details that supported as the following shown: <br/> - txt: `lzo``None` <br/> - json: `lzo``None` <br/> - csv: `lzo``None` <br/> - orc: `lzo``snappy``lz4``zlib``None` <br/> - parquet: `lzo``snappy``lz4``gzip``brotli``zstd``None` <br/> Tips: excel type does Not support any compression format |
95
+
| archive_compress_codec | string | no | none |
95
96
| encoding | string | no | UTF-8 |
96
97
| common-options || No | - | Source plugin common parameters, please refer to [Source Common Options](../source-common-options.md) for details. |
97
98
@@ -176,6 +177,17 @@ The compress codec of files and the details that supported as the following show
176
177
- orc/parquet:
177
178
automatically recognizes the compression type, no additional settings required.
178
179
180
+
### archive_compress_codec [string]
181
+
182
+
The compress codec of archive files and the details that supported as the following shown:
0 commit comments