Skip to content

Creating a File WIth UTF8 Columns

Selfeer edited this page Nov 12, 2024 · 1 revision

UTF8

Full example here

  {
    "name": "utf8",
    "schemaType": "required",
    "physicalType": "BINARY",
    "logicalType": "UTF8",
    "data": ["one", "two", "three", "four", "five", "\uD83D\uDCE6"]
  }
Clone this wiki locally