problem in converting EBCDIC to ASCII in ODI
Hi All,
I am new to ODI.
I am trying to convert EBCDIC file to ASCII using ODI. Each of my record is of length 140. There is no record separator, but in ODI we need to specify record separator.
So how do i convert this file.
I am using jdbc:snps:dbfile?ENCODING=cp037 in my data server.
IS there any way by which i can tell ODI that the next record is after 140 characters???
Thanks