Hello,<p>I needed to replace all GUIDs in a file with the new ones in order to reimport expored data, so I created this simple tool that anyone can use.<p>Below is part of description from GitHub:
guidrep is a simple command-line tool for replacing GUIDs (UUIDs) in text files or standard input. It reads the input, replaces all GUIDs with new randomly generated ones, and ensures that any repeated GUIDs in the original are replaced with the same new GUID.<p>This tool is especially useful for preparing JSON data for re-import, anonymizing data exports, or resetting identifiers in configuration files.<p>Inspired by this Stack Overflow question and answers: <a href="https://stackoverflow.com/questions/2201740/replacing-all-guids-in-a-file-with-new-guids-from-the-command-line" rel="nofollow">https://stackoverflow.com/questions/2201740/replacing-all-gu...</a><p>More details on GitHub: <a href="https://github.com/jurakovic/guidreplace" rel="nofollow">https://github.com/jurakovic/guidreplace</a>