Open willie68 opened 4 years ago
This pull request will solve the following issues:
now integer values are accepted in the value transformer.
i introduce the $unixext format as input and output parameter for processing unix timestamps as millis from epoche. Adding tests for $unixext, too.
This pull request will solve the following issues:
101 timestamp documentation is not correct -> corrected
102 timestamp $unix as inputFormat with integer value as value is not working ->
now integer values are accepted in the value transformer.
103 timestamp $unix as output format will create quoted integer value -> $unix (and $unixext) will now create JSON integer as output format value
104 Feature: timestamp operation $unix with milli second support ->
i introduce the $unixext format as input and output parameter for processing unix timestamps as millis from epoche. Adding tests for $unixext, too.