class Inspec::Resources::CsvConfig

def resource_base_name

based on whether a file path, content, or command was supplied.
used by JsonConfig to build up a full to_s method
def resource_base_name
  'CSV'
end