Skip to content

Creating a File WIth String Columns

Selfeer edited this page Nov 12, 2024 · 1 revision

STRING

Full example here

  {
  "name": "binary_field",
  "schemaType": "required",
  "physicalType": "BINARY",
  "logicalType": "STRING",
  "data": ["one", "two", "three", "four", "five"]
}
Clone this wiki locally