Concatenate Columns
Concatenate multiple columns into a single column.
This experiment shows how to combine various columns into a single column. This is reverse operation of "Text to Columns" custom module.
### Module Configuration ###
This module expects set of columns to be merged and a delimiter to be used while merging

### Sample Input Dataset ###
This example uses Bike Rental dataset to show the merge process. The figure below shows the data with fields highlighted that will be merged i.e. season, year, month and hour.

### Sample Output Dataset ###
The figure below shows the dataset after merge is complete. As you can see, the columns season, year, month, and hour are merged together with a comma delimiter

### Overall Sample Experiment Graph ###

### Source Code###
The source code for this module is located here - [https://gist.github.com/nk773/8ea51168ce54c19ca1e7861f47338c3d](https://gist.github.com/nk773/8ea51168ce54c19ca1e7861f47338c3d)