Methodology | Return Type | Description |
void | Add parameter files and set the given parameter values. | |
void | Traverse the specified parameter file. Modification and deletion are supported. | |
string | Obtain the parameter data value based on the given column name. | |
Record<string, any> | Randomly obtain a certain row of data from the specified parameter file. |
Object | Description |
A row of data in the parameter file, along with a marker indicating whether it has been deleted in the current script. It is used in the callback function of the forEach method. |