Can we read a each record in file at source and execute individual mysql crud (ex: update / delete) queries for each record at sink?
Thanks & Regards,
Ajay Babu Maguluri.
Can we read a each record in file at source and execute individual mysql crud (ex: update / delete) queries for each record at sink?
Thanks & Regards,
Ajay Babu Maguluri.
Copyright © 2021 Jogjafile Inc.
You can definitely do it at the source, but there is no way currently to customize the query at the sink. I would recommend doing it with triggers on mysql side