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

In an Excel file, when there is a line break in a cell, a row is divided into multiple segments. #4610

Open
4 tasks done
anopern opened this issue May 23, 2024 · 0 comments
Open
4 tasks done
Labels
💪 enhancement New feature or request

Comments

@anopern
Copy link

anopern commented May 23, 2024

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing?

I want to convert an Excel file into a dataset and build a Q&A chatbot. In the file, the questions are in column 1, and the answers are in column 2. The content of each row should be treated as a single segment, but if a cell in a row contains line breaks, that row should be split into multiple segments.
4df454b135a266b6b4ff771e7e9c0cf

2. Describe the feature you'd like to see

If the system detects that the uploaded file is an Excel file (XLSX, CSV, XLS), it should provide an option to "Remove line breaks in cells". If the user selects this option, the line breaks in the Excel document will be removed during the cleaning process.

3. How will this feature improve your workflow or experience?

With this feature, when our common Q&A data file is uploaded, it can automatically split a row into a chunk, improving the accuracy of the Q&A chatbot's responses.

4. Additional context or comments

No response

5. Can you help us with this feature?

  • I am interested in contributing to this feature.
@dosubot dosubot bot added the 💪 enhancement New feature or request label May 23, 2024
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

No branches or pull requests

1 participant