Hi all,
we have a job in our bods production landscape.
design:
source : flat file -> query transform [logics] -> target table [SQL]
some of the records in the input flat file contain special/non-printable characters, which is resulting in ignoring of that records ,
these records are not flowing into the flat-file-format/query-transform etc and are being ignored.
which means i am not even able to apply any logic in the query transform to ignore/replace these characters.
sample data:
98mls @ ð.45/ea = ô4.10||||
278mls @ ð.45ea = ñ25.10
can anyone suggest me a way to remove these characters before loading or a way to be able to read these rows as well.
i tried the utf-8 option in the code-page option in the flat-file format settings , but it dint help.