Example #1
0
 def __preprocess_conf__(self, conf):
   if not 'activationDate'  in conf:
     return assign_vid_and_timestamp(conf, time_stamp_field='activationDate')
   else:
     return assign_vid(conf)
Example #2
0
 def __preprocess_conf__(self, conf):
     return assign_vid_and_timestamp(conf, time_stamp_field='beginTime')
 def __preprocess_conf__(self, conf):
     return assign_vid_and_timestamp(conf, time_stamp_field='creationDate')
Example #4
0
 def __preprocess_conf__(self, conf):
   return assign_vid_and_timestamp(conf, time_stamp_field='startDate')