I stored the import file in BLOB and then convert the BLOB to CLOB and process it.
However, today file include a french letter and throw off everything.
I am using something like this to convert the BLOB to CLOB.
The problem here is the blob_csid is wrong for the file.To determine the correct blob_csid, you can first save the file to the file system and run
Once I determined the correct language, I change my function to this and everything is fine again.
No comments:
Post a Comment