|
1 | 1 | --- |
2 | | -title: datatools |
3 | | -abstract: "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents." |
| 2 | +cff-version: 1.2.0 |
| 3 | +message: "If you use this software, please cite it as below." |
| 4 | +type: software |
| 5 | +title: "datatools" |
| 6 | +abstract: "A set of command line tools for working with CSV, Excel |
| 7 | +Workbooks, JSON and structured text documents." |
4 | 8 | authors: |
5 | | - - family_name: Doiel |
6 | | - given_name: R. S. |
7 | | - id: https://orcid.org/0000-0003-0900-6903 |
8 | | - |
9 | | - |
10 | | -maintainer: |
11 | | - - family_name: Doiel |
12 | | - given_name: R. S. |
13 | | - id: https://orcid.org/0000-0003-0900-6903 |
14 | | - |
15 | | -repository_code: https://github.com/caltechlibrary/datatools |
16 | | -version: 1.3.3 |
17 | | -license_url: https://data.caltech.edu/license |
18 | | -operating_system: |
19 | | - - Linux |
20 | | - - Windows |
21 | | - - macOS |
22 | | - |
23 | | -programming_language: |
24 | | - - Go >= 1.23.5 |
25 | | - |
26 | | -keywords: |
27 | | - - csv |
28 | | - - excel |
29 | | - - sql |
30 | | - - json |
31 | | - - yaml |
32 | | - - xlsx |
33 | | - - golang |
34 | | - - bash |
35 | | - |
36 | | -date_released: 2025-05-14 |
| 9 | + - family-names: Doiel |
| 10 | + given-names: R. S. |
| 11 | + orcid: "" |
| 12 | + |
| 13 | +repository-code: "https://github.com/caltechlibrary/datatools" |
| 14 | +version: 1.3.4 |
| 15 | +license-url: "https://data.caltech.edu/license" |
| 16 | +keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ] |
| 17 | +date-released: 2025-05-15 |
37 | 18 | --- |
38 | 19 |
|
39 | 20 | About this software |
40 | 21 | =================== |
41 | 22 |
|
42 | | -## datatools 1.3.3 |
43 | | - |
44 | | -Added option, `-for-dataset` to csv2jsonl. This renders JSON lines output suitable for loading into a dataset collectiojn. |
| 23 | +## datatools 1.3.4 |
45 | 24 |
|
46 | 25 | ### Authors |
47 | 26 |
|
48 | | -- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903> |
49 | | - |
50 | | - |
| 27 | +- R. S. Doiel |
51 | 28 |
|
52 | 29 |
|
53 | 30 | ### Maintainers |
54 | 31 |
|
55 | | -- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903> |
56 | | - |
| 32 | +- R. S. Doiel |
57 | 33 |
|
58 | | -A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents. |
| 34 | +A set of command line tools for working with CSV, Excel Workbooks, JSON |
| 35 | +and structured text documents. |
59 | 36 |
|
60 | 37 | - License: <https://data.caltech.edu/license> |
61 | 38 | - GitHub: <https://github.com/caltechlibrary/datatools> |
62 | 39 | - Issues: <https://github.com/caltechlibrary/datatools/issues> |
63 | 40 |
|
64 | | -### Programming languages |
65 | 41 |
|
66 | | -- Go >= 1.23.5 |
| 42 | +### Programming languages |
67 | 43 |
|
| 44 | +- Go >= 1.23.5 |
68 | 45 |
|
69 | 46 | ### Operating Systems |
70 | 47 |
|
71 | 48 | - Linux |
72 | 49 | - Windows |
73 | 50 | - macOS |
74 | 51 |
|
| 52 | +### Software Requiremets |
75 | 53 |
|
76 | | -### Software Requirements |
77 | | - |
78 | | -- Golang >= 1.23.5 |
79 | | -- Pandoc >= 3.1 |
80 | | - |
| 54 | +- Golang >= 1.23.5 |
| 55 | +- Pandoc >= 3.1 |
0 commit comments