data_to_file
Save as File — Write the result of an earlier step to a real, downloadable file: .txt, .csv, .json or .md. Use after any step that produces text or data rather than a file — Colour Palette Extractor, Password Generator, Photo to Text (OCR), EXIF Viewer, Scrape Page, Word Frequency, Describe Image, PDF to Text — so the result can be downloaded, emailed, zipped or converted. A list of values saved as CSV becomes a spreadsheet with a header row. [category: utility]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | File name without the extension — the extension comes from the format above. Anything over 80 characters is shortened. | data |
| text | Yes | The result to save. Point this at the earlier step whose text or data you want in the file — the colour palette, the password, the extracted text. | |
| format | No | What kind of file to write. csv turns a list of values into a spreadsheet — a header row and one row per value — and anything it cannot tabulate becomes a single column. json is pretty-printed, and data that is not valid JSON is saved as plain text instead. | txt |