Skip to content

Conversation

@abiteman
Copy link
Contributor

@abiteman abiteman commented Jul 4, 2025

Fix CSV parsing to correctly handle quoted fields, especially for tags, preventing column misalignment and parsing errors.

Previously, the CSV import used naive comma-splitting, which failed for quoted fields containing commas (e.g., "tag1,tag2"). This resulted in column misalignment and incorrect data parsing, causing errors like 'Name is required' when commas appeared in earlier columns. This PR implements a proper CSV parser on the server to correctly handle quoted fields and ensures tags are parsed as intended from quoted, comma-separated strings.

…ling

Co-authored-by: bitescgi <bitescgi@gmail.com>
@abiteman
Copy link
Contributor Author

abiteman commented Jul 4, 2025

Bugbot run

@abiteman abiteman self-assigned this Jul 4, 2025
@abiteman abiteman requested a review from gitmotion July 4, 2025 12:49
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ BugBot reviewed your changes and found no bugs!


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $20.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

@recurseml
Copy link

recurseml bot commented Jul 17, 2025

✨ No issues found! Your code is sparkling clean! ✨

Need help? Join our Discord for support!
https://discord.gg/qEjHQk64Z9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants