Skip to content

Commit a2bbe4b

Browse files
committed
release v1.2.7
1 parent ede8965 commit a2bbe4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+120
-343
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ maintainers:
1515
orcid: "https://orcid.org/0000-0003-0900-6903"
1616

1717
repository-code: "https://github.com/caltechlibrary/datatools"
18-
version: 1.2.6
18+
version: 1.2.7
1919
license-url: "https://data.caltech.edu/license"
2020
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]

INSTALL.html

-223
This file was deleted.

about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
orcid: "https://orcid.org/0000-0003-0900-6903"
1212

1313
repository-code: "https://github.com/caltechlibrary/datatools"
14-
version: 1.2.6
14+
version: 1.2.7
1515
license-url: "https://data.caltech.edu/license"
1616
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
1717

@@ -20,7 +20,7 @@ keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
2020
About this software
2121
===================
2222

23-
## datatools 1.2.6
23+
## datatools 1.2.7
2424

2525
### Authors
2626

codemeta2cff.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%codemeta2cff(1) user manual | version 1.2.6 14d3709
1+
%codemeta2cff(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

csv2json.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csv2json(1) user manual | version 1.2.6 14d3709
1+
%csv2json(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

csv2mdtable.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csv2mdtable(1) user manual | version 1.2.6 14d3709
1+
%csv2mdtable(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -62,6 +62,6 @@ Convert data1.csv to data1.md using options.
6262
csv2mdtable -i data1.csv -o data1.md
6363
~~~
6464

65-
csv2mdtable 1.2.6
65+
csv2mdtable 1.2.7
6666

6767

csv2tab.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csv2tab(1) user manual | version 1.2.6 14d3709
1+
%csv2tab(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -49,6 +49,6 @@ This would yield
4949
Doe, Jane [email protected] 42
5050
~~~
5151

52-
csv2tab 1.2.6
52+
csv2tab 1.2.7
5353

5454

csv2xlsx.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csv2xlsx(1) user manual | version 1.2.6 14d3709
1+
%csv2xlsx(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -69,6 +69,6 @@ called 'MyWorkbook.xlsx' with the contents of data.csv.
6969
This does the same but the contents of data.csv are piped into
7070
the workbook's 'My worksheet 2' sheet.
7171

72-
csv2xlsx 1.2.6
72+
csv2xlsx 1.2.7
7373

7474

csvcleaner.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csvcleaner(1) user manual | version 1.2.6 14d3709
1+
%csvcleaner(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -107,5 +107,5 @@ Trim leading and trailing spaces from output.
107107
cat mysheet.csv | csvcleaner -trim-space
108108
~~~
109109

110-
csvcleaner 1.2.6
110+
csvcleaner 1.2.7
111111

csvcols.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csvcols(1) user manual | version 1.2.6 14d3709
1+
%csvcols(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -90,6 +90,6 @@ Using options filter a 3 column CSV file for columns 1,3 into 2col.csv
9090
csvcols -i 3col.csv -col 1,3 -o 2col.csv
9191
~~~
9292

93-
csvcols 1.2.6
93+
csvcols 1.2.7
9494

9595

csvfind.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csvfind(1) user manual | version 1.2.6 14d3709
1+
%csvfind(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -117,5 +117,5 @@ You can also search for phrases in columns.
117117
csvfind -i books.csv -col=2 -contains "Red Book"
118118
~~~
119119

120-
csvfind 1.2.6
120+
csvfind 1.2.7
121121

csvjoin.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csvjoin(1) user manual | version 1.2.6 14d3709
1+
%csvjoin(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -105,6 +105,6 @@ merged-data.csv..
105105
-output=merged-data.csv
106106
~~~
107107

108-
csvjoin 1.2.6
108+
csvjoin 1.2.7
109109

110110

csvrows.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%csvrows(1) user manual | version 1.2.6 14d3709
1+
%csvrows(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -96,6 +96,6 @@ a header row from 10row.csv.
9696
csvrows -i 10row.csv -header=true -random=3
9797
~~~
9898

99-
csvrows 1.2.6
99+
csvrows 1.2.7
100100

101101

finddir.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%finddir(1) user manual | version 1.2.6 14d3709
1+
%finddir(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -65,5 +65,5 @@ Find all subdirectories starting with "img".
6565
finddir -p img
6666
~~~
6767

68-
finddir 1.2.6
68+
finddir 1.2.7
6969

findfile.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%findfile(1) user manual | version 1.2.6 14d3709
1+
%findfile(1) user manual | version 1.2.7 ede8965
22
% R. S. Doiel
33
% 2024-02-27
44

@@ -64,6 +64,6 @@ Search the current directory and subdirectories for Markdown files with extensio
6464
findfile -s .md
6565
~~~
6666

67-
findfile 1.2.6
67+
findfile 1.2.7
6868

6969

0 commit comments

Comments
 (0)