netarchivesuite / solrwayback

A search interface and wayback machine for the UKWA Solr based warc-indexer framework.
Apache License 2.0
97 stars 20 forks source link

Export of wayback data should not quote numbers #325

Open tokee opened 1 year ago

tokee commented 1 year ago

When the endpoint /export/fields is called with an integer field, the value is quoted. This makes it difficult to import and parse and tools (rightfully) imports quoted characters as strings.

Fixing would be a simple check for type (Java Integer or Long) and subsequent non-quoting.

tokee commented 8 months ago

This should be fixed by #323 - just needs verification.