Methods

Class/Module Index [+]

Quicksearch

Fluent::TextParser::CSVParser

Public Class Methods

new() click to toggle source
# File lib/fluent/parser.rb, line 164
def initialize
  super
  require 'csv'
end

Public Instance Methods

call(text) click to toggle source
# File lib/fluent/parser.rb, line 169
def call(text)
  return values_map(CSV.parse_line(text))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.