Rename Dataset Fields avatar
Rename Dataset Fields

Pricing

Pay per usage

Go to Apify Store
Rename Dataset Fields

Rename Dataset Fields

Rename field/columns of any dataset with a simple mapping

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Lukáš Křivka

Lukáš Křivka

Maintained by Community

Actor stats

1

Bookmarked

10

Total users

1

Monthly active users

a year ago

Last modified

Share

Rename dataset fields/columns. You can use this Actor as an integration to automatically process the dataset after a run finishes.

Fields mapping

Provide a list of fields and their new names. In JSON input, it will have this format

{
"renameMapping": {
"old_field_name_1": "new_field_name_1",
"old_field_name_2": "new_field_name_2",
// ...
}
}