I'm trying to store the sysdate to an oracle database table; i have already acquired the system date by
Timestamper
with format "FME Date/Time (^Y^m^d^H^M^S)" and setting my attribute. I get an error when the process is trying to wrtite this attribute to the oracle table. Do I need to use some transformer or oracle string conversion function ? (like to_date('@mysysdate', 'YYYYMMDD')
thanks in advance