Rename Dataset Fields
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Lukáš Křivka
Maintained by Community
Actor stats
1
Bookmarked
10
Total users
1
Monthly active users
a year ago
Last modified
Categories
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",// ...}}

