Vincent Guigui
Results
1
comments of
Vincent Guigui
If you derive a class from FixedLengthScenario.cs, you can hook you to the onDestroy() method and add a custom transformation for the captures.json file. ``` JObject.Parse(File.ReadAllText(captureFilePath)); foreach (JObject jsonCaptureData in...