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

fix: excel extractor header detection bug #446

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

carlbrugger
Copy link
Contributor

Please explain how to summarize this PR for the Changelog:

This release fixes a bug in @flatfile/plugin-excel-extractor when using the explicitHeaders header detection algorithm.

Tell code reviewer how and what to test:

Extraction should not error when using the explicitHeaders algorithm

listener.use(
  ExcelExtractor({
    headerDetectionOptions: {
      algorithm: 'explicitHeaders',
      headers: ['fiRsT NamE', 'LaSt nAme', 'emAil'],
    },
  })
)

@carlbrugger carlbrugger enabled auto-merge (squash) March 21, 2024 17:17
@carlbrugger carlbrugger disabled auto-merge March 21, 2024 17:20
@carlbrugger carlbrugger enabled auto-merge (squash) March 21, 2024 17:22
@carlbrugger carlbrugger merged commit c632128 into main Mar 21, 2024
4 checks passed
@carlbrugger carlbrugger deleted the fix/excel-extractor-header-detection-bug branch March 21, 2024 17:57
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.

2 participants