dathere / datapusher-plus

A standalone web service that pushes data into the CKAN Datastore fast & reliably. It pushes real good!
GNU Affero General Public License v3.0
27 stars 21 forks source link

Fix using iconv on alpine #133

Closed Zharktas closed 3 months ago

Zharktas commented 6 months ago

Alpine being a gift that keeps giving, musl iconv doesn't have output parameter at all, so this replaces it by using file descriptor.