Class: ETL::Transform::StringToTimeTransform
- Defined in:
- lib/etl/transform/string_to_time_transform.rb
Overview
Transform a String representation of a date to a Time instance
Instance Attribute Summary
Attributes inherited from Transform
#configuration, #control, #name
Instance Method Summary collapse
-
#transform(name, value, row) ⇒ Object
Transform the value using Time.parse.
Methods inherited from Transform
benchmarks, #initialize, transform
Constructor Details
This class inherits a constructor from ETL::Transform::Transform