Skip to content

Commit

Permalink
Merge pull request #216 from AndrewRathbun/master
Browse files Browse the repository at this point in the history
remove spaces to be consistent with System:1
  • Loading branch information
AndrewRathbun committed Jan 6, 2023
2 parents 79972b7 + 92683d6 commit 51fc8da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Maps:
Value: "/Event/EventData/Data[@Name=\"ProcessName\"]"
-
Property: PayloadData1
PropertyValue: "Previous Time: %PreviousTime%"
PropertyValue: "PreviousTime: %PreviousTime%"
Values:
-
Name: PreviousTime
Value: "/Event/EventData/Data[@Name=\"PreviousTime\"]"
-
Property: PayloadData2
PropertyValue: "New Time: %NewTime%"
PropertyValue: "NewTime: %NewTime%"
Values:
-
Name: NewTime
Expand Down

0 comments on commit 51fc8da

Please sign in to comment.