sripathikrishnan / redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
https://rdbtools.com
MIT License
5.07k stars 739 forks source link

Safe escape csv with double quotes if having comma #189

Open topikachu opened 1 year ago

topikachu commented 1 year ago

The csv file format is invalid if there are commas in the key. Escape with double quotes in such cases and replace a quote letter with two quote letters.