Skip to content

Conversation

@hunterino
Copy link
Owner

Summary

Cherry-picked upstream PR moqui#642 (approved but never merged) to add CSV escape character support to EntityDataLoader.

This fixes CSV parsing issues when fields contain embedded quotes.

Changes

  • Added csvEscapeChar property to EntityDataLoaderImpl.groovy
  • Added csvEscapeChar() method to EntityDataLoader.java interface

Upstream Reference

Test Plan

  • Manual test: Import CSV file with embedded quotes using escape character

Fixes #8

🤖 Generated with Claude Code

@hunterino hunterino merged commit f9f9d3c into master Dec 21, 2025
2 of 3 checks passed
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.

[P1] CSV parsing issues with embedded quotes

3 participants