1. Cleaning Database Variable Names
Data AnalystBackground
A database export contains column names like 'user_id', 'order_id', and 'status_id'.
Problem
The '_id' suffix is redundant for the current report and needs to be removed from all entries.
How to use
Paste the list of column names, select 'Custom Suffix', and enter '_id'.
removeType: custom, customSuffix: _idOutcome
The list is converted to 'user', 'order', and 'status' instantly.