Skip to content

Update plugin: table_converter to 0.0.10 (fix hang on large xlsx: blo…#2648

Open
fangyong20062006 wants to merge 1 commit into
langgenius:mainfrom
fangyong20062006:update-table_converter-0_0_10
Open

Update plugin: table_converter to 0.0.10 (fix hang on large xlsx: blo…#2648
fangyong20062006 wants to merge 1 commit into
langgenius:mainfrom
fangyong20062006:update-table_converter-0_0_10

Conversation

@fangyong20062006

Copy link
Copy Markdown
Contributor

Plugin Submission

Plugin information

Submission type

  • Update existing plugin

Description

Convert tables across Excel/CSV, JSON, and Markdown (four directions), plus
Excel/CSV to row-object arrays for Iteration nodes.

Changes in 0.0.10:

  • Fix node hang on large .xlsx inputs: hard timeout on lazy file blob fetch
    (falls back to URL download), and large text results are now emitted in
    newline-aligned ~512KB chunks instead of one oversized message.
  • Fix "Attempt to use ZIP archive that was already closed" when converting
    only the first sheet (read-only workbook was closed prematurely by a
    generator finalizer).
  • Fix escaped pipe cells (|) being split into extra columns in
    Markdown -> Excel/CSV round-trips.
  • Tolerate ragged rows in Excel -> JSON and treat placeholder sheet_name
    values ("/", "None", "null") as unset.

The plugin processes data locally within the Dify runtime. It does not
perform browser automation, arbitrary URL fetching, proxying, or handle any
sensitive/health data, and does not collect or transmit any user data.

Checklist

  • I have read the contributing guidelines.
  • The plugin has been tested locally and works as expected.
  • The plugin includes a privacy policy (PRIVACY.md).
  • The manifest contains valid author contact information.
  • The plugin's purpose is reasonable within the Dify ecosystem.

…b hard-timeout + chunked text output; fix read-only workbook closed prematurely; fix escaped-pipe cells in markdown->excel; tolerate ragged rows and placeholder sheet_name)
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