I am having an issue with outputting a Date/Time stamp. Here is the scenario:
Snippet from prop.conf:
SHOULD_LINEMERGE = false
TIME_PREFIX = ^([^,]+,){9}
TIME_FORMAT = %m/%d/%Y %H:%M
REPORT-csvepo3 = csvepo3
TRANSFORMS-removeheader4 = removeheader4
Snippet from transforms.conf:
[removeheader4]
REGEX = ^System_Name,Last_Comm,Last_Comm_Diff
DEST_KEY = queue
FORMAT = nullQueue
Any suggestions?
further modifications to the transforms.conf fixed the issue.
further modifications to the transforms.conf fixed the issue.