Hi,
I'm having an issue using Bulk load while loading an IQ table as the target.
The *.dat file is being created on a UNIX file and charset is binary, so I used the binary format check on the bulk loader options.
However, when it's being written to the database, all the special characters of my language (Portuguese) like "ç", "º", "ã", among others, are being replaced by weird chars.
I tried to change the data store code page (without success) to utf-8, us-ascii, iso-8859-1, but nothing worked. Any ideias?
Thank you