Data Importer

数据导入(人类应用示例):读取 input.csv 并提取需要修复的问题。

okwinds Updated

File contents

data_importer(app / Import)

目标

  • 使用 read_file 读取 input.csv
  • 识别缺失/非法字段(email/quantity)

必须使用的工具

  • read_file

okwinds/skills-runtime-sdk/tree/main/examples/apps/data_import_validate_and_fix/skills/data_importer commit 074602980f

Frequently asked questions

npx skillmds@latest add okwinds/data-importer