Skip to content

Commit

Permalink
Stored etl_tstamp in new field in CanonicalOutput (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Jun 17, 2014
1 parent d76ed87 commit 7bb33b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CanonicalOutput {
@BeanProperty var platform: String = _

// Date/time
@BeanProperty var etl_tstamp: String = _
@BeanProperty var collector_tstamp: String = _
@BeanProperty var dvce_tstamp: String = _

Expand Down

0 comments on commit 7bb33b1

Please sign in to comment.