Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
using TalendDate.getCurrentDate() and it throws this error:
Exception in thread "main" java.lang.IllegalArgumentException: Illegal pattern character 'T'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:826)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:634)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:605)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:580)
at ingestionpipeline.testflow_0_1.TestFlow.runJobInTOS(TestFlow.java:1912)
at ingestionpipeline.testflow_0_1.TestFlow.main(TestFlow.java:1759)
Can't even get it to compile, and yes this is in a date field.
thanks,
Bob