Skip to content

fix loader parsing for quoted multiline fields (closes #38)#39

Open
200-0K wants to merge 1 commit intotheUpsider:masterfrom
200-0K:patch-1
Open

fix loader parsing for quoted multiline fields (closes #38)#39
200-0K wants to merge 1 commit intotheUpsider:masterfrom
200-0K:patch-1

Conversation

@200-0K
Copy link
Copy Markdown

@200-0K 200-0K commented Feb 23, 2026

  • Fixes Error: list index out of range when styles.csv contains quoted multiline prompt fields.
  • Replaces manual line-based regex parsing with Python csv.reader so embedded newlines and commas are handled correctly.
  • Added tests/fixtures/multiline_styles.csv with quoted multiline fields.

(closes #38)

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.

Load csv error

1 participant