escapes a string to use as a CSV field, as specified in RFC4180: - enclose sting in double quotes - escape double quotes with a second double quote You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/766
-- Commit Summary --
* pv: add s.escape.csv transformation
-- File Changes --
M lib/kcore/strcommon.c (29) M lib/kcore/strcommon.h (2) M modules/pv/pv_trans.c (14) M modules/pv/pv_trans.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/766.patch https://github.com/kamailio/kamailio/pull/766.diff
Thanks! If not done yet, you have to add docs in the wiki for transformations cookbook.
Merged #766.