process()
Process a list of records.
Usage
process(data)Parameters
data: list[dict]-
A list of dictionaries representing data records.
Returns
list[dict]-
The processed records with added metadata fields.
Process a list of records.
Usage
data: list[dict]A list of dictionaries representing data records.
list[dict]The processed records with added metadata fields.