Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm returning a NumberFormatException in my tInformixInput component. What's the problem here? I have run this job several times and didn't have this problem when uploading similar data.
!StringHanding.IS_ALPHA(input_row.columnName);
dvorakstephen11 wrote:
I figured it out. For some reason I was leaving out resourceid in my query, even though I'm sure I had it in there before at one point. Thanks for your help.