SourceCSV

algoliasearch.ingestion.SourceCSV
case class SourceCSV(url: String, uniqueIDColumn: Option[String], mapping: Option[Map[String, MappingTypeCSV]], method: Option[MethodType], delimiter: Option[String]) extends SourceUpdateInputTrait, SourceInputTrait

SourceCSV

Value parameters

delimiter

The character used to split the value on each line, default to a comma (\r, \n, 0xFFFD, and space are forbidden).

mapping

Mapping of type for every column. For example {"myColumn": "boolean", "myOtherColumn": "json"}.

uniqueIDColumn

The name of the column that contains the unique ID, used as objectID in Algolia.

url

The URL of the file.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SourceInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product