Skip to content

fix(calpendo_einfra): fixed undefined values and escaping when printing CSV

Martin Kuba requested to merge calpendo_fix_csv into main

Fixed printing attribute values that are either uninitialized, or contain special characters like commas or double quotes.

Merge request reports