I am struggling to import / export this CSV file: ...
# troubleshooting
c
I am struggling to import / export this CSV file: https://datos.madrid.es/egob/catalogo/300497-11326516-distritos-municipales-madrid.csv (21 records). I get an error like this with several targets (like target-csv):
UnicodeEncodeError: 'utf-8' codec can't encode character '\udced' in position 48: surrogates not allowed cmd_type=elb consumer=True name=target-csv producer=False stdio=stderr string_id=target-csv
I have tried modifying the target code to use utf-8-sig instead of plan utf-8 but the error persists. Any solution or suggestion is welcomed!