Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I would insert an input date from keyboard, store in context var the value and
pass that var in mysql query like that:
context.var prompt like string
tjava component -> TalendDate.parseDate("yyyy-MM-dd",context.var)
tmysql component -> select * from table where date(columns) > "'+context.var+"'
thnx at all
Hi,
While creating context variable please select default box, then it will prompt for value when you run job.
Regards,
Hi,
While creating context variable please select default box, then it will prompt for value when you run job.
Regards,
Hi Veeranjaneyulu Boppudi,
thnx a lot for your description.
Very accurate!!
I'm do it and works well!
regards,
Davide
Hi Veeranjaneyulu Boppudi,
just the last question:
I would export the job to run file .bat. But, I need insert the input (like message box) to make a query.
There's any solution to do it?
thnx
Dav