I am using field type convertor to convert the column into time stamp and write into mysql but it only write 2023 year details how can i write 1970 year ,fix it by any other processor.
I am using field type convertor to convert the column into time stamp and write into mysql but it only write 2023 year details how can i write 1970 year ,fix it by any other processor.
Hello
This is the my setup information:
What is the driver that you are using and source of the pipeline?
log4j.logger.com.streamsets.pipeline.stage.destination.jdbc=DEBUG
log4j.logger.com.streamsets.pipeline.lib.jdbc=TRACE
This will show what query is being executed in the backend at the producer stage. You can process a single records, monitor the logs and find what values are being picked up by the stage.
The date fields having the value 1970-01-01 won’t process to Oracle tables and this value is the default value coming from StreamSets if the value is NULL in source system .
One way is that to filter those rows and replace the value with original value coming from the source.
Please let me know if it helps.
Thanks & Regards
Bikram_
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.