Hi Andy, thanks for those links.
Please tell me was the jena-csv module retired just because that CSVW standard or there are some bugs that no one has time or interest to fix? I was using jena-csv for loading CSV files and it was doing its job pretty well. I don't need another W3C standard to produce a ton of boiler-plate code (pardon, set of "metadata" files fot the Web) and then parse it with Ruby scripts from my JAVA application. Thanks, Piotr pon., 14 sty 2019 o 08:32 Andy Seaborne <[email protected]> napisał(a): > CSVW is the W3C standard relating to converting CSV to RDF. There are > tools (e.g. below) that will do that and output a file so it is not > limited to java. > > Andy > > > The W3C CSVW implementation report lists a few in the EARL files: > > https://w3c.github.io/csvw/tests/reports/index.html#individual-test-results > > https://rubygems.org/gems/rdf-tabular (Ruby / The Unlicense) > https://github.com/theodi/csvlint.rb (Ruby / MIT license) > https://github.com/sebneu/csvw-parser (ruby / MIT) > > Also: > http://www.greggkellogg.net/2015/04/implementing-csv-on-the-web/ > > Not CSVW: > https://github.com/tarql/tarql > > On 14/01/2019 09:03, Bruno P. Kinoshita wrote: > > Hi Piotr, > > > > I believe it was retired for the lack of developer bandwidth to maintain > it. > > > > > > If you look at the GitHub repository, there is a README at the jena-csv > folder now. It instructs users to grab - if necessary - jena-csv from jena > 3.9.0 (https://github.com/apache/jena/tree/jena-3.9.0/jena-csv). > > Cheers > > Bruno > > > > > > > > > > ________________________________ > > From: Piotr Nowara <[email protected]> > > To: [email protected] > > Sent: Monday, 14 January 2019 9:38 PM > > Subject: jena-csv > > > > > > > > Hi, > > > > > > I'm using jena-csv for importing CSV files to Jena. Now the 3.10 release > > > > notes say it's no longer a part of the release. > > > > > > What is the replacement for this retired module? > > > > Why it was retired? (I've read the linked JIRA and discussion but I > > > > couldn't find the reason) > > > > > > Thanks, > > > > Piotr > > >
