Decision side · DeepSeek
Parses the CSV, designs the schema, writes the checks
- Locates the CSV in the workspace and profiles it: 200 rows, 26 fields, with value distribution, empty cells and enum cardinality per field.
- Tries the official lark-cli API first; when the sandbox cannot read the keychain credentials, it switches to the browser route on its own — no human step-in.
- Assigns a type to each of the 26 fields and sets the import procedure: test write first, then full load, then verification.





