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

Fix 2-Dimensional CSV import interface #2689

Open
wants to merge 17 commits into
base: 2.x
Choose a base branch
from
Open

Conversation

ramonski
Copy link
Contributor

@ramonski ramonski commented Mar 9, 2025

Description of the issue/feature this PR addresses

This PR provides a complete refactoring of the 2-Dimensional CSV import interface to

a) correctly parse string results
b) make obsolete "end" markers in the CSV optional
c) correctly collect interim values

Current behavior before PR

CSV lines containing quoted string results are not parsed correctly

Desired behavior after PR is merged

CSV lines containing quoted string results are parsed correctly

--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.

@ramonski ramonski added Bug 🐞 Improvement 🔧 Cleanup 🧹 Code cleanup and refactoring and removed Cleanup 🧹 Code cleanup and refactoring labels Mar 10, 2025
@ramonski ramonski requested a review from xispa March 10, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant