Using Kettle (version 4.1.0), I'm getting this error while trying to export some salesforce records to a file:
Created Date String : couldn't convert string [2008-03-09T02:34:54.000Z] to a date using format [yyyy-MM-dd'T'HH:mm:ss'.000Z']
The date is in the defined format. What *seems* to be happening is that it is trying to parse it into a local-time-zone date object, even though it says it is GMT+0 (the Z). Thus, it hits a time that doesn't exist (due to time zone changes) and fails.
This would seem to be a bug. Anyone have any ideas?
Thanks!


Reply With Quote