Well the problem here is: you provide non-binary data and want to feed it into a character column.
If your column would be of data type CLOB instead, your import would work.
Since your data seems to be just characters I recommend reconsidering your data type choice here.