Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Im trying to load data from SQL server db but unable to do so because this below error.
Any thing that would help is appreciated
Thanks
Then do one thing. use TalendDate.formatDate and ParseDate. Basically will convert from Date to String and ParseDate will convert that String to Date. One thing u check first is printing that Date column in your tlogrow of a Test Job.also check carefully in the Target DB what is the column Format or DataType. This is a Compile Time issue.
I *think* I know what it is. Your job is called Date. Your job is essentially a Java class. Change the name of your job and I believe this will fix it.
Thanks @rhall
perfect!!