on the Map Field page.
on the Map Field page and select Add to customize a new field. This field is usually used to mark the database source to ensure the integrity of the data imported to the migration destination.
Constant parameters are fixed parameters and do not need to be reconfigured. For example, lable = friends is used to identify a constant value.
You can use variables such as time macros, table name macros, and version macros to mark database source information. The variable syntax is ${variable}, where variable indicates a variable. For example, input_time = ${timestamp()} indicates the timestamp of the current time.
You can use the expression language to dynamically generate parameter values based on the running environment. The expression syntax is #{expr}, where expr indicates an expression. For example, time = #{DateUtil.now()} is used to identify the current date string.
and select Add a new field to add new fields to ensure that the data imported to the migration destination is complete.
to map fields in batches.