This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from frictionlessdata/txt-data-package
Txt data package
- Loading branch information
Showing
4 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
"contributors": [ | ||
{ | ||
"title": "Joe Bloggs", | ||
"email": "[email protected]", | ||
"path": "http://www.example.com/bloggs", | ||
"role": "author", | ||
"organization": "Bloggs and Associates" | ||
}, | ||
{ | ||
"title": "Mary Shelley", | ||
"email": "[email protected]", | ||
"role": "contributor" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@todo | ||
An example of a txt file providing non-tabular data inside a data package. | ||
|
||
Every data package must have a `README.md`. The `README.md` should follow [good practices](https://frictionlessdata.io/guides/publish-faq/#readme). | ||
|
||
Use the [`README-template.md`](resources/README-template.md) to kick start writing a `README.md` for this data package. | ||
The data is an example. Do not buy a lottery ticket based on this data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,33 @@ | ||
{ | ||
"name": "text-file", | ||
"title": "Text File", | ||
"resources": [ | ||
"title": "Text File Data Package", | ||
"description": "An example of a text file in a non-tabular data package", | ||
"licenses": [{ | ||
"name": "CC0-1.0", | ||
"title": "CC0 1.0", | ||
"path": "https://creativecommons.org/publicdomain/zero/1.0/" | ||
}], | ||
"contributors": [ | ||
{ | ||
"name": "text-file", | ||
"path": "text-file.txt" | ||
"title": "Joe Bloggs", | ||
"email": "[email protected]", | ||
"path": "http://www.example.com/bloggs", | ||
"role": "author", | ||
"organization": "Bloggs and Associates" | ||
}, | ||
{ | ||
"title": "Mary Shelley", | ||
"email": "[email protected]", | ||
"role": "contributor" | ||
} | ||
], | ||
"description": "Example Data Package of text file." | ||
"version": "0.1.0", | ||
"created": "2018-03-04T05:45:00Z", | ||
"resources": [{ | ||
"name": "text-file", | ||
"path": "text-file.txt", | ||
"title": "Text File Data Resource", | ||
"description": "An example of a text file as a non-tabular data resource", | ||
"format": "txt" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This is just a simple text file. | ||
This is just a simple text file. It is not tabular. It includes some data. Tomorrow's winning lottery numbers are 10, 35, 17 and 42. |