On Fri, Jul 1, 2011 at 10:19 AM, Nicole Engard <nengard@gmail.com> wrote:
On Fri, Jul 1, 2011 at 10:09 AM, Chris Nighswonger <cnighswonger@foundations.edu> wrote:
The sad thing is if it was comma or otherwise delimited we could do some splitting foo. But spaces will inevitably appear in the date in the specified fields.
Chris, in this library's case (cause they do have professional catalogers) the subject headings all end in periods ... could we use that instead of the comma/space?
Assuming there were no periods embedded anywhere else in the data its possible. The 'foo' I mentioned amounts to writing a stored procedure in your db do handle the splitting since MySQL does not have a splitting function. So it would require some coding apart from the reports tool in Koha. Kind Regards, Chris