Making file parser flexible to deprecate pdf parser (#3073)

Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
PHSB
2025-08-06 11:15:04 -06:00
committed by GitHub
parent 31aa7d6973
commit 468f5c6051
15 changed files with 555 additions and 49 deletions

View File

@@ -228,16 +228,16 @@ Inputs:
Downloads and parses a file to be used within other workflow blocks.
**Supported types:** CSV
**Supported types:** CSV, TSV, Excel, PDF
```
- block_type: file_url_parser
label: csv_parser
file_type: csv
file_url: <csv_file_url>
label: file_parser
file_type: csv # Auto-detected from URL extension
file_url: <file_url>
```
Inputs:
1. **File URL *(required):*** This block allows you to use a CSV within your workflow.
1. **File URL *(required):*** This block allows you to use CSV, TSV, Excel, and PDF files within your workflow.
* Since were still in beta, you will need to [contact us](https://meetings.hubspot.com/skyvern/demo?uuid=7c83865f-1a92-4c44-9e52-1ba0dbc04f7a) to load a value into this block