PUT map function
The following is an example of a PUT map rule used to write a data record to a table (-WRITEMODE write_table). The table to which the record is written is the teachers table (-TABLE teachers), in the staff dataset (-DATASET staff).
The record to write (8|bill|1975-01-19) is provided in the third PUT argument.
The adapter is using the service account private key credentials file (-CF /tmp/creds/key.json) for authentication.
The adapter logging is not enabled (the -T command is absent).