This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have the below req.
i want to update the value of a column only if it’s null else leave as it is.
ex: raw_table.date_joined will be populated only if it’s null, if it’s already have a value leave it.
mapper:
expression Target
Date.Now(...
Hi,
I have a scenario, where the api post will only take 100 records per minute.
My requirement is to post 100 records a batch with a wait time of 1 minute between each post.