File Operations
Convert
What it does
Transforms a file from one type to another while preserving data structure as supported by the selected operation.
When to use
- When a file must be opened in another tool.
- When a team or client requires one standard format.
- When a file should be prepared for the next pipeline step.
How it works
- Select a conversion operation.
- Upload the source file and start processing.
- Download the output in the target type.
- Check before run: the target type matches your next workflow step.
Merge
What it does
Combines multiple files into a single output with a consistent data structure.
When to use
- When multiple files should become one final document.
- When data comes in parts but must be handled as one version.
- When one deliverable is easier to share and store.
How it works
- Select a merge operation.
- Upload all files that should become one output.
- Set file order if needed, then start processing.
- Check before run: file list is complete and order matches expected structure.
Split
What it does
Splits one file into smaller parts for staged processing, storage, or sharing.
When to use
- When a large file should be delivered in smaller pieces.
- When data should be split for parallel processing.
- When separate fragments should be distributed to users.
How it works
- Select a split operation.
- Upload the source file.
- Set the split rule and start processing.
- Check before run: split rule matches your intended usage.
Edit
What it does
Changes file structure or content without extra manual steps.
When to use
- When precise edits are needed without manual file recreation.
- When documents should follow one structural standard.
- When repeated edits must stay consistent over time.
How it works
- Select an editing operation.
- Upload the source file and configure required changes.
- Start processing and download the updated file.
- Check before run: edit parameters match the expected final result.
Extract
What it does
Extracts required data from source content into a form that is easier to use downstream.
When to use
- When only relevant data should be extracted from source content.
- When data should be prepared for analytics or import.
- When repeated extraction must be automated.
How it works
- Select an extraction operation.
- Upload the source file and specify which data should be extracted.
- Start processing and download the extracted result.
- Check before run: selected data is exactly what downstream steps require.
Compress
What it does
Reduces file size while preserving a working output format.
When to use
- When file size must be reduced before sending.
- When target systems enforce strict upload limits.
- When transfer speed and traffic usage matter.
How it works
- Select a compression operation.
- Upload the file for size optimization.
- Start processing and download the compressed output.
- Check before run: current size/quality balance is acceptable for your use case.
⚙️ File Processing Automation
Create workflows to automate sequential file processing. Combine multiple operations into one process and save for reuse.
JSON → CSV
→
Merge
→
Split
→
Result
Time Saving
Execute complex operation chains with one click
Reusability
Save workflows and apply to new files
Sequential Processing
Combine conversion, merge, split into one process