You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2019. It is now read-only.
csv2solr.sh compares the inputfile.csv with a list of ISBNs (example: isbn.csv) and creates two files (duplicates only & inputfile.csv without duplicates)
Format: One line = one ISBN (for awk).
2. csv to xml conversion with csv2xml.pl
3. xml to xml (solr schema) with saxon. You might want to modify the example XSLT (vub-pda.xsl) to match your Solr schema.xml or input file.
# TODO
Improve csv2xml conversion speed.
Make it more flexible (add option to not check for duplicates, etc.)