You're viewing a demo portfolio

Join the waitlist
PRSM

data_convert

Active

Tool 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 二选一)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

stagenth · 数据工具箱

1/7 registries
View full server →