Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created September 26, 2024 17:00
Show Gist options
  • Save mark05e/910d516396c9dbbefb8590591297f04c to your computer and use it in GitHub Desktop.
Save mark05e/910d516396c9dbbefb8590591297f04c to your computer and use it in GitHub Desktop.

Excel Data Cleanup with cyberchef

CHEF Format

Find_/_Replace({'option':'Simple string','string':'""'},'"',true,false,true,false)
Find_/_Replace({'option':'Regex','string':'"CASE'},'CASE',true,false,true,false)
Find_/_Replace({'option':'Simple string','string':'}"'},'}',true,false,true,false)

Recipie Demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment