Skip to content

Commit dc78897

Browse files
authored
Link to ndjson.org
1 parent 65e5ce8 commit dc78897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Each table is represented as two files. The first, `table_name.metadata.json`, c
5656

5757
It is an object with three keys: `name` is the name of the table, `columns` is an array of column strings and `schema` is the SQL schema text used for tha table.
5858

59-
The second file, `table_name.ndjson`, contains [newline-delimeted JSON] for every row in the table. Each row is represented as a JSON array with items corresponding to each of the columns defined in the metadata.
59+
The second file, `table_name.ndjson`, contains [newline-delimited JSON](http://ndjson.org/) for every row in the table. Each row is represented as a JSON array with items corresponding to each of the columns defined in the metadata.
6060

6161
That file for the `redirects_redirect.ndjson` table might look like this:
6262

0 commit comments

Comments
 (0)