Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aelf-command - load csv #86

Open
6 tasks done
AbigailDeng opened this issue Aug 8, 2024 · 0 comments · Fixed by #90
Open
6 tasks done

aelf-command - load csv #86

AbigailDeng opened this issue Aug 8, 2024 · 0 comments · Fixed by #90
Assignees
Labels
enhancement New feature or request

Comments

@AbigailDeng
Copy link
Collaborator

AbigailDeng commented Aug 8, 2024

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
@AbigailDeng AbigailDeng self-assigned this Aug 8, 2024
@AbigailDeng AbigailDeng added the enhancement New feature or request label Aug 8, 2024
@AbigailDeng AbigailDeng linked a pull request Aug 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant