public class CsvExternalStore extends ExternalStore
externalStoreName, parameter, storeType| 构造器和说明 |
|---|
CsvExternalStore(com.alibaba.fastjson.JSONObject object) |
CsvExternalStore(String externalStoreName,
byte[] csvFileContent,
List<CsvColumn> columns) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CsvColumn> |
getColumns() |
String |
getExternalStoreCsv() |
fromJson, getExternalStoreName, getParameter, getStoreType, setExternalStoreName, setParameter, setStoreType, toJson, toStringpublic CsvExternalStore(String externalStoreName, byte[] csvFileContent, List<CsvColumn> columns) throws LogException
externalStoreName - external store namecsvFileContent - csv file content, eg: "Name,Age,City\nJohn
Doe,30,New York\nTom,18,Beijing\n"columns - column in the csv file, must be in the exact
same order as the csv fileLogExceptionpublic CsvExternalStore(com.alibaba.fastjson.JSONObject object)
throws LogException
LogExceptionCopyright © 2026. All Rights Reserved.