Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ parseFile
Method
parseFile
apps/sim/lib/file-parsers/types.ts:23–23 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
21
22
export
interface
FileParser {
23
parseFile(filePath: string): Promise<FileParseResult>
24
parseBuffer?(buffer: Buffer): Promise<FileParseResult>
25
}
26
Callers
2
index.test.ts
File · 0.65
parseFile
Function · 0.65
Implementers
9
TxtParser
apps/sim/lib/file-parsers/txt-parser.t
CsvParser
apps/sim/lib/file-parsers/csv-parser.t
PptxParser
apps/sim/lib/file-parsers/pptx-parser.
PdfParser
apps/sim/lib/file-parsers/pdf-parser.t
DocxParser
apps/sim/lib/file-parsers/docx-parser.
XlsxParser
apps/sim/lib/file-parsers/xlsx-parser.
MdParser
apps/sim/lib/file-parsers/md-parser.ts
DocParser
apps/sim/lib/file-parsers/doc-parser.t
HtmlParser
apps/sim/lib/file-parsers/html-parser.
Calls
no outgoing calls
Tested by
no test coverage detected