I've read through the reference guide and the forums looking for a way to get to the data stored in a delimited (CSV) file using JCR and haven't found a solution yet. I've read that it's possible to access the underlying data as well as the metadata, I just don't know how.
I've looked at the "beginner's guide" on the Modeshape forums and modified the configuration to also use a delimited text sequencer. Then I added the csv file to the repo using identical code to what's in the forum.
When I query the repo using select * from [nt:file]
I don't get any content, only nt:file
metadata. I get the same when I query for [jcr:content]
and [jcr:data]
.
So my question is, how do I query for the data in the CSV file once it's in the repository?