Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added custom header for DelimitedTextFile #29

Closed
wants to merge 1 commit into from

Conversation

IDispose
Copy link

Added a new config

file_reader.delimited.custom_header.

This allows for adding a custom header when the delimited text file does not have a header and we do not want out Avro schema to have fields names as "column_n".

To use custom headers set the value of

file_reader.delimited.custom_header=custCol1,custCol2,custCol3 etc

Added a new config file_reader.delimited.custom_header. This allows for adding a custom header when the delimited text file does not have a header and we do not want out Avro schema to have fields names as "column_n".
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 93.951% when pulling 3aa3f1f on IDispose:master into 032dbd9 on mmolimar:master.

@mmolimar
Copy link
Owner

Hi!
Thanks for the contrib but the documentation should be updated with this change.

@mmolimar mmolimar closed this Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants