moqui-framework icon indicating copy to clipboard operation
moqui-framework copied to clipboard

Add support for CSV escape character to EntityDataLoaderImpl

Open puru-khedre opened this issue 6 months ago • 2 comments

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.

puru-khedre avatar Aug 21 '24 09:08 puru-khedre