Skip to content

Drop Columns

Description

Drops the specified columns from the data.

Input

Data only

Output

Transformed data

Configuration Fields

Columns Allows inputting multiple column names.

Sample Input

employee_idnameagedepartmentdesignationsalarycontactskillsprojectscontact_emailcontact_phonecontact_addressname_first_namename_last_nameemp_name
E001{“first_name”:“John”,“last_name”:“Doe”}32SalesSales Manager75000 USD{“email”:“john.doe@example.com”,“phone”:“+1-555-1234”,“address”:{“street”:“123 Elm St”,“city”:“New York”,“state”:“NY”,“postal_code”:“10001”,“country”:“USA”}}[“Communication”,“Negotiation”,“CRM Software”][“Client Acquisition”,“Sales Process Optimization”]john.doe@example.com+1-555-1234{“street”:“123 Elm St”,“city”:“New York”,“state”:“NY”,“postal_code”:“10001”,“country”:“USA”}JohnDoeJohn Doe
E002{“first_name”:“Jane”,“last_name”:“Smith”}28EngineeringSoftware Developer85000${“email”:“jane.smith@example.com”,“phone”:“+1-555-5678”,“address”:{“street”:“456 Maple Ave”,“city”:“San Francisco”,“state”:“CA”,“postal_code”:“94103”,“country”:“USA”}}[“Python”,“JavaScript”,“React”,“SQL”][“E-commerce Platform”,“Mobile App Development”]jane.smith@example.com+1-555-5678{“street”:“456 Maple Ave”,“city”:“San Francisco”,“state”:“CA”,“postal_code”:“94103”,“country”:“USA”}JaneSmithJane Smith
E003{“first_name”:“Ali”,“last_name”:“Khan”}40FinanceFinancial Analyst90000 AED{“email”:“ali.khan@example.com”,“phone”:“+1-555-9876”,“address”:{“street”:“789 Oak St”,“city”:“Chicago”,“state”:“IL”,“postal_code”:“60601”,“country”:“USA”}}[“Financial Modeling”,“Risk Analysis”,“Excel”,“Power BI”][“Budget Planning”,“Investment Strategy”]ali.khan@example.com+1-555-9876{“street”:“789 Oak St”,“city”:“Chicago”,“state”:“IL”,“postal_code”:“60601”,“country”:“USA”}AliKhanAli Khan
E004{“first_name”:“Maria”,“last_name”:“Gonzalez”}35MarketingMarketing Specialist$68000{“email”:“maria.gonzalez@example.com”,“phone”:“+1-555-2468”,“address”:{“street”:“321 Birch Rd”,“city”:“Los Angeles”,“state”:“CA”,“postal_code”:“90001”,“country”:“USA”}}[“SEO”,“Content Creation”,“Social Media Marketing”][“Brand Awareness Campaign”,“Customer Engagement”]maria.gonzalez@example.com+1-555-2468{“street”:“321 Birch Rd”,“city”:“Los Angeles”,“state”:“CA”,“postal_code”:“90001”,“country”:“USA”}MariaGonzalezMaria Gonzalez
E005{“first_name”:“Rahul”,“last_name”:“Sharma”}30IT SupportNetwork Administrator72000 Rs{“email”:“rahul.sharma@example.com”,“phone”:“+1-555-7890”,“address”:{“street”:“987 Pine Lane”,“city”:“Dallas”,“state”:“TX”,“postal_code”:“75201”,“country”:“USA”}}[“Network Security”,“System Administration”,“Troubleshooting”][“Infrastructure Upgrade”,“Security Audit”]rahul.sharma@example.com+1-555-7890{“street”:“987 Pine Lane”,“city”:“Dallas”,“state”:“TX”,“postal_code”:“75201”,“country”:“USA”}RahulSharmaRahul Sharma
E006{“first_name”:“Lisa”,“last_name”:“Brown”}27Human ResourcesHR Coordinator60000USD{“email”:“lisa.brown@example.com”,“phone”:“+1-555-1357”,“address”:{“street”:“654 Willow Dr”,“city”:“Miami”,“state”:“FL”,“postal_code”:“33101”,“country”:“USA”}}[“Employee Relations”,“Recruitment”,“HR Policies”][“Onboarding Process Improvement”,“Employee Wellness Program”]lisa.brown@example.com+1-555-1357{“street”:“654 Willow Dr”,“city”:“Miami”,“state”:“FL”,“postal_code”:“33101”,“country”:“USA”}LisaBrownLisa Brown

Sample Configuration

alt text

Sample Output

employee_idagedepartmentdesignationsalaryskillsprojectscontact_emailcontact_phonecontact_addressemp_name
E00132SalesSales Manager75000 USD[“Communication”,“Negotiation”,“CRM Software”][“Client Acquisition”,“Sales Process Optimization”]john.doe@example.com+1-555-1234{“street”:“123 Elm St”,“city”:“New York”,“state”:“NY”,“postal_code”:“10001”,“country”:“USA”}John Doe
E00228EngineeringSoftware Developer85000$[“Python”,“JavaScript”,“React”,“SQL”][“E-commerce Platform”,“Mobile App Development”]jane.smith@example.com+1-555-5678{“street”:“456 Maple Ave”,“city”:“San Francisco”,“state”:“CA”,“postal_code”:“94103”,“country”:“USA”}Jane Smith
E00340FinanceFinancial Analyst90000 AED[“Financial Modeling”,“Risk Analysis”,“Excel”,“Power BI”][“Budget Planning”,“Investment Strategy”]ali.khan@example.com+1-555-9876{“street”:“789 Oak St”,“city”:“Chicago”,“state”:“IL”,“postal_code”:“60601”,“country”:“USA”}Ali Khan
E00435MarketingMarketing Specialist$68000[“SEO”,“Content Creation”,“Social Media Marketing”][“Brand Awareness Campaign”,“Customer Engagement”]maria.gonzalez@example.com+1-555-2468{“street”:“321 Birch Rd”,“city”:“Los Angeles”,“state”:“CA”,“postal_code”:“90001”,“country”:“USA”}Maria Gonzalez
E00530IT SupportNetwork Administrator72000 Rs[“Network Security”,“System Administration”,“Troubleshooting”][“Infrastructure Upgrade”,“Security Audit”]rahul.sharma@example.com+1-555-7890{“street”:“987 Pine Lane”,“city”:“Dallas”,“state”:“TX”,“postal_code”:“75201”,“country”:“USA”}Rahul Sharma
E00627Human ResourcesHR Coordinator60000USD[“Employee Relations”,“Recruitment”,“HR Policies”][“Onboarding Process Improvement”,“Employee Wellness Program”]lisa.brown@example.com+1-555-1357{“street”:“654 Willow Dr”,“city”:“Miami”,“state”:“FL”,“postal_code”:“33101”,“country”:“USA”}Lisa Brown