You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are migrating a process developed in dataStage to scala, using bookshelves. The Copyboock is defined and we manage to read the file in DF with select. But the fields that in the original process we read as binary (Raw) we fail to interpret correctly.
in the DS process, is define like
this is loaded into a database, converting it to hexadecimal, and we can see it, for example so:
but in DF, we do not know how to treat it and we see it like this:
we are migrating a process developed in dataStage to scala, using bookshelves. The Copyboock is defined and we manage to read the file in DF with select. But the fields that in the original process we read as binary (Raw) we fail to interpret correctly.
in the DS process, is define like
this is loaded into a database, converting it to hexadecimal, and we can see it, for example so:
but in DF, we do not know how to treat it and we see it like this:

Then, we think that we are not performing the reading correctly and that bits are lost.
Thank you
The text was updated successfully, but these errors were encountered: