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

feat: support options in csv preprocessor (delimiter and trimspace) #7

Merged
merged 1 commit into from
May 24, 2023

Conversation

reubenmiller
Copy link
Owner

feat: support options in csv preprocessor (delimiter and trimspace)

  • trimspace will remove any leading and trailing space from each field. Trim space will not be applied to the payload
  • delimiter will control which character should be used instead of comma (limited to 1 character only)
  • Proprocessing blocks will also remove any NUL charactoers 0x00 from the input text (as this generally causes problems with parsing)

@reubenmiller reubenmiller merged commit 2eac634 into main May 24, 2023
@reubenmiller reubenmiller deleted the feat-csv-options branch May 24, 2023 16:38
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.

1 participant