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

  1. Select a conversion operation.
  2. Upload the source file and start processing.
  3. Download the output in the target type.
  4. 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

  1. Select a merge operation.
  2. Upload all files that should become one output.
  3. Set file order if needed, then start processing.
  4. 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

  1. Select a split operation.
  2. Upload the source file.
  3. Set the split rule and start processing.
  4. 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

  1. Select an editing operation.
  2. Upload the source file and configure required changes.
  3. Start processing and download the updated file.
  4. 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

  1. Select an extraction operation.
  2. Upload the source file and specify which data should be extracted.
  3. Start processing and download the extracted result.
  4. 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

  1. Select a compression operation.
  2. Upload the file for size optimization.
  3. Start processing and download the compressed output.
  4. 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

In development