Closed flatfiledocker closed 3 months ago
[!CAUTION]
Review failed
The pull request is closed.
The recent update to the @flatfile/plugin-xlsx-extractor
introduces version 3.1.2, which significantly enhances how null header values are processed. This change standardizes the conversion of null headers into a consistent format, such as empty or empty_1, improving data consistency and integration when handling XLSX files. This update focuses on refining the extractor's logic, ensuring better management of edge cases associated with header values.
File Path | Change Summary |
---|---|
plugins/xlsx-extractor/CHANGELOG.md | Updated to include version 3.1.2, detailing significant changes in handling null header values. |
sequenceDiagram
participant User
participant XLSXExtractor
participant DataProcessor
User->>XLSXExtractor: Upload XLSX file
XLSXExtractor->>XLSXExtractor: Check headers
alt Null header found
XLSXExtractor->>XLSXExtractor: Convert null header to standardized format (e.g., empty)
end
XLSXExtractor->>DataProcessor: Send processed headers
DataProcessor->>User: Return processed data
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@flatfile/plugin-xlsx-extractor@3.1.2
Patch Changes