If input is flat file, try this:
- Skip header in flat file definition,
- Read it as semicolon delimited text.
- Split text, "=" as separator and consider the second part.
if you are writing to a table, it will already have column names.
If input is flat file, try this:
if you are writing to a table, it will already have column names.