Quick script to merge multiple .json Watson Assistant log files into one large log file
- Download merge.py and put in a folder with all of your logs.
- Run
python3 merge.py
- The output file will be labeled
allCombinedLogs.json
- Done!
Quick script to merge multiple .json Watson Assistant log files into one large log file
PythonApache-2.0