public class CsvExternalStore extends ExternalStore
externalStoreName, parameter, storeType| Constructor and Description |
|---|
CsvExternalStore(com.alibaba.fastjson.JSONObject object) |
CsvExternalStore(String externalStoreName,
byte[] csvFileContent,
List<CsvColumn> columns) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All Rights Reserved.