Releases: tarql/tarql
Releases · tarql/tarql
v1.2
Various minor new features, improvements and bugfixes.
--dedup nremoves duplicate triples in a window of sizen--write-baseadds@baseto Turtle output- Ignore cells containing only whitespace
- Improved handling of unusual characters in header row
- Automatically pre-define the
apf:prefix forapf:strSplit - Upgrade Jena to 3.11.0 and OpenCSV to 4.6
v1.1
Various minor new features, improvements and bugfixes.
- Upgrade from Jena 2 to Jena 3.1.1
- Add
tarql:expandPrefixandtarql:expandPrefixedNamefunctions - Better handling of stray quotes that are misinterpreted as starting a multi-line field (#10)
- Handle question marks in column headers
- Allow
--quotechar none(#10) - Recognize
tab,singlequote,backslashetc. as values for--delimiter,--quotechar,--escapechar - Add
--baseargument (#20) - Ensure
rdf:prefix is always registered when writing Turtle (#36) - Add
--stdinoption to read input from STDIN (#21) - Generally show just error message instead of stack trace (#38)