forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PISTON-1039: standardize escaping of special characters in CSVs (2600…
…hz#6446) Standardized (with the lack of standards, https://tools.ietf.org/html/rfc4180) the creating and reading of CSV files and properly escaping characters. Prior to this, the CSV code could not handle escaped `,` correctly (Would replace them with `;`). This is needed for including JSON in CSV cells.
- Loading branch information
1 parent
ae4b428
commit 4874a66
Showing
2 changed files
with
185 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.