csv-document-splitter-426dcc0392c08f62.yaml
1 --- 2 features: 3 - | 4 Introducing CSVDocumentSplitter: The CSVDocumentSplitter splits CSV documents into structured sub-tables by recursively splitting by empty rows and columns larger than a specified threshold. 5 This is particularly useful when converting Excel files which can often have multiple tables within one sheet.