-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Expected Behavior
The aelf-command tool should allow users to input a CSV file directly.
Upon receiving a CSV file, the tool should automatically parse the file and process the data as if it were manually entered by the user.
Specifications
CSV Input Handling: The tool should accept CSV files with a specific structure, such as columns representing command options or parameters.
Automatic Parsing: Use a CSV parsing library to read the input file and extract the necessary data for command execution.
Development Tasks
- Discussion Meeting
- Research and Select CSV Parsing Library
- Implement CSV Input Option
- CSV Parsing Logic
- Unit tests
- Docs
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request