sensible-so · Arazzo Workflow
Sensible Extract From URL Poll Then CSV
Version 1.0.0
Asynchronously extract a document from a URL, poll until complete, then export the extraction as a CSV file.
Provider
Workflows
extract-from-url-poll-then-csv
Asynchronously extract a document from a URL, poll to completion, then export it as CSV.
Submits a document URL for extraction, polls the extraction id until COMPLETE, then converts the extraction to a CSV file and returns the download URL.
1
submitExtraction
provide-a-download-url-with-config
Submit the document URL for asynchronous extraction under the chosen document type and config, and capture the returned extraction id.
2
pollStatus
retrieving-results
Poll the extraction by id until Sensible reports the COMPLETE status, retrying while the extraction is still WAITING or PROCESSING.
3
exportCsv
get-csv-extraction
Convert the completed extraction to a CSV file and return the time-limited download URL.