Method: Remi::DataSource::CsvFile#extract!
- Defined in:
- lib/remi/data_subject/csv_file.rb
#extract! ⇒ Object
Public: Called to extract data from the source.
Returns data in a format that can be used to create a dataframe.
43 44 45 |
# File 'lib/remi/data_subject/csv_file.rb', line 43 def extract! @extract = Array(@extractor.extract) end |