Re: Replacement for CSVInput and TSVInput?

2022-12-15 Thread Martynas Jusevičius
Thanks. On Mon, Dec 12, 2022 at 7:55 PM Andy Seaborne wrote: > > ResultsSetMgr which uses ResultsReader > > > On 12/12/2022 15:45, Martynas Jusevičius wrote: > > Hi, > > > > I'm upgrading Jena 4.5.0 to 4.6.1. > > > > I can see that org.apache.jena.sparql.resultset.CSVInput is gone and > >

Re: Replacement for CSVInput and TSVInput?

2022-12-12 Thread Andy Seaborne
ResultsSetMgr which uses ResultsReader On 12/12/2022 15:45, Martynas Jusevičius wrote: Hi, I'm upgrading Jena 4.5.0 to 4.6.1. I can see that org.apache.jena.sparql.resultset.CSVInput is gone and org.apache.jena.sparql.resultset.TSVInput is deprecated. What are the replacements for them? My

Replacement for CSVInput and TSVInput?

2022-12-12 Thread Martynas Jusevičius
Hi, I'm upgrading Jena 4.5.0 to 4.6.1. I can see that org.apache.jena.sparql.resultset.CSVInput is gone and org.apache.jena.sparql.resultset.TSVInput is deprecated. What are the replacements for them? My code was the following: if