whyhow-ai / knowledge-table

Knowledge Table is an open-source package designed to simplify extracting and exploring structured data from unstructured documents.
MIT License
195 stars 24 forks source link

[BUG] Splitting cells with large tables can delete some or all data #10

Open tomsmoker opened 1 week ago

tomsmoker commented 1 week ago

Describe the bug

Sometimes splitting a list of text with existing data in the table clears the table.

To Reproduce

Unclear how to reproduce, as it didn't happen consistently.

Expected behavior

Splitting cells should duplicate the rows, offsetting everything else.

Logs and Error Reports

N/A

Screenshots

N/A

tomsmoker commented 1 week ago

This is probably due to the "Clear All Data" code, which is used in the store and is a solely front end feature.