Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Extracted dvce_sent_tstamp from stm field (closes snowplow/snowplow#1383
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fblundun committed Mar 17, 2015
1 parent 9aea983 commit bef4da6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ object EnrichmentManager {
("fp" , (ME.toTsvSafe, "user_fingerprint")),
("vid" , (CU.stringToJInteger, "domain_sessionidx")),
("dtm" , (EE.extractTimestamp, "dvce_tstamp")),
("stm" , (EE.extractTimestamp, "dvce_sent_tstamp")),
("tna" , (ME.toTsvSafe, "name_tracker")),
("tv" , (ME.toTsvSafe, "v_tracker")),
("cv" , (ME.toTsvSafe, "v_collector")),
Expand Down

0 comments on commit bef4da6

Please sign in to comment.