Skip to main content

Delimiters

When importing records from CSV, line breaks and delimiters are as follows.

TypeValue
Record delimiterAuto discovered *1
Line break inside a contentLF (\n)
Field delimiterComma (,)

*1: Select the appropriate one from CRLF, LF, and CR automatically.

An error will occur if multiple types of line breaks are used.

We use the function of the csv-parse library for auto discovering.

https://csv.js.org/parse/options/record_delimiter/