moqui-framework
moqui-framework copied to clipboard
Add support for CSV escape character to EntityDataLoaderImpl
fixes: #641
Add CSV escape character support to EntityDataLoaderImpl
- Introduced the
csvEscapeChar
property to define the escape character used in CSV parsing. - Updated CSV parsing configuration to use the defined escape character.
This change allows for handling escape sequences in CSV files, dealing with special characters within quoted fields.