NorthConcepts / DataPipeline-Examples

DataPipeline Examples
Apache License 2.0
17 stars 5 forks source link

Changing column names of my reader to bring it in sync with my target column names #13

Closed ishansrivastava closed 4 years ago

ishansrivastava commented 4 years ago

Hello sir, Is there a way to change the column names of my csv file to make it same as my table column names in DB without getting into the pipeline and changing column names for each record, as that will be degrading performance.