data_convert
ActiveTool of stagenth · 数据工具箱
declared in 1.28.1
把数据文件转成另一种格式(csv/json/ndjson/parquet/xlsx),产物存文件中转站返下载 URL(1 credit/次)。 典型:把大 CSV 转 parquet 便于后续分析、或把 JSON 日志转 xlsx 给人看。失败自动退款。
Parameters schema
{
"type": "object",
"title": "data_convertArguments",
"required": [
"to"
],
"properties": {
"to": {
"type": "string",
"title": "To",
"description": "目标格式:csv / json / ndjson / parquet / xlsx"
},
"fmt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Fmt",
"default": null,
"description": "源格式 csv/tsv/json/ndjson/parquet;缺省自动识别"
},
"file_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "File Id",
"default": null,
"description": "已上传的数据文件 ID(与 data_base64 二选一)"
},
"data_base64": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Data Base64",
"default": null,
"description": "数据文件内容 base64(与 file_id 二选一)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
stagenth · 数据工具箱
1/7 registries