Skip to content

How to Split Files

This guide walks you through splitting an EDI file in EDI Paisan — from upload to download.


Before You Start

  • Supported file types: 837P, 837I, 835, 270, 271
  • Browser requirement: Modern browser (Chrome, Firefox, Safari, Edge)
  • Tier requirement: Free (preview only) or Pro (download)

Step 1: Upload Your File

  1. Go to app.edipaisan.com
  2. Click Upload or drag-and-drop your EDI file
  3. Wait for the file to parse completely

EDI Paisan will display the parsed file with summary statistics.

Large files

For files over 50MB, parsing may take a few moments. You'll see a progress indicator.


Step 2: Open the Split Panel

  1. Look for the Split button in the toolbar
  2. Click to open the splitting panel

The panel shows:

  • Available split modes — Based on your file type
  • Preview count — How many chunks the split will create
  • Options — Formatting and output settings

Step 3: Choose a Split Mode

For 837 Claims Files

ModeWhen to Use
By ClaimIsolate individual claims for troubleshooting or resubmission
By SubscriberGroup claims by patient (includes dependents)
By Rendering ProviderRoute to provider-specific clearinghouses
By PayerSeparate claims by payer for payer-specific routing or analysis
By PartsCreate N equal-sized files for size limits
By TransactionOne file per ST...SE envelope

For 835 Remittance Files

ModeWhen to Use
By CheckMatch payments to bank deposits
By PaymentOne file per claim payment
By PayerAnalyze by payer
By ProviderSeparate payments by payee
By TransactionOne file per ST...SE envelope

Universal Modes

ModeWhen to Use
By PartsDivide into N equal chunks (enter the number)
By TransactionEach ST...SE becomes a file
By GroupEach GS...GE becomes a file
By InterchangeEach ISA...IEA becomes a file

Step 4: Configure Options

Output Format

OptionDescription
Add line breaksInsert newlines after each segment (easier to read)
Preserve originalKeep exact original formatting

Control Numbers

OptionDescription
Preview modeRandom control numbers (Free tier)
Production modeSequential, unique control numbers (Pro tier)

Step 5: Run the Split

Click the Split button to execute the split operation. EDI Paisan will process your file and display the results.

Review Split Results

After splitting, you'll see a list of chunks:

Split Results: 47 files
Mode: By Claim

Chunk 1: CLM001 - SMITH, JOHN - $1,500.00
Chunk 2: CLM002 - JONES, MARY - $2,300.00
Chunk 3: CLM003 - WILLIAMS, ROBERT - $875.00
...

Inspect Individual Chunks

Click on any chunk to preview its contents:

  • View the segments included
  • Check claims and dollar totals
  • Verify control numbers

TIP

Spot-check a few chunks to make sure the split worked as expected before downloading.


Step 6: Download (Pro Tier)

Once you're satisfied with the preview:

Download Options

OptionDescription
Download All (ZIP)All split files in a single ZIP archive
Download IndividualClick on a specific chunk to download just that file

File Naming

Split files are named with a pattern:

original-filename_001.edi
original-filename_002.edi
original-filename_003.edi

When splitting by claim or subscriber, names may include identifiers:

original_CLM001.edi
original_CLM002.edi

Examples

Example 1: Splitting for Size Limits

Your clearinghouse has a 5MB limit. Your file is 15MB.

  1. Upload the 15MB 837 file
  2. Click Split
  3. Choose By Parts
  4. Enter 3 (15MB ÷ 5MB)
  5. Click Preview
  6. Verify each chunk is under 5MB
  7. Click Download All
  8. Submit each file separately

Example 2: Resubmitting a Denied Claim

You received an 835 showing CLM456 was denied. You need to fix and resubmit just that claim.

  1. Upload the original 837 file that contained CLM456
  2. Click Split
  3. Choose By Claim
  4. In the preview, find CLM456
  5. Click on CLM456 to download just that chunk
  6. Edit the claim as needed
  7. Submit the corrected single-claim file

Example 3: Provider-Specific Routing

Your practice has three rendering providers, each with their own clearinghouse.

  1. Upload the 837 file with claims for all providers
  2. Click Split
  3. Choose By Rendering Provider
  4. Preview shows 3 files (one per NPI)
  5. Download all
  6. Route each file to the appropriate clearinghouse

Example 4: Payment Reconciliation

Your bank shows three deposits today. You need to match them to 835 files.

  1. Upload the 835 file
  2. Click Split
  3. Choose By Check
  4. Preview shows payments by check number
  5. Download all
  6. Match check numbers to bank deposits

Example 5: Payer-Specific Routing

Your practice submits to 4 different payers through different clearinghouses. You have one batch file.

  1. Upload the multi-payer 837 file
  2. Click Split
  3. Choose By Payer
  4. Preview shows one file per payer (e.g., BCBS, Aetna, United, Cigna)
  5. Download all
  6. Route each file to the payer's designated clearinghouse

TIP

When the same payer appears for multiple subscribers, they are grouped together into a single file. For example, if BCBS covers 3 subscribers in your batch, all 3 will be in the BCBS output file.


Verifying Your Split

After downloading, verify the split worked correctly:

Count Check

MetricOriginalSum of Splits
Claim count4747
Service lines123123
Total charges$45,000$45,000

Spot Check

Open a few split files and verify:

  • Envelopes are complete (ISA...IEA)
  • Control numbers are unique
  • Content matches expected claims

Validation

Upload a split file back to EDI Paisan:

  • Should parse without errors
  • Structure should be valid
  • Counts should match preview

Troubleshooting

"Split produced unexpected count"

The split count depends on the mode and file content:

  • By Claim creates one file per CLM loop (not per ST envelope)
  • By Check creates one file per TRN segment
  • Files with nested transactions may produce more chunks than expected

"Download button disabled"

You need a Pro subscription to download split files. Free tier allows preview only.

"Memory error on large file"

Very large files (100MB+) may exceed browser memory limits. Try:

  • Splitting by a coarser mode first (By Group instead of By Claim)
  • Using a device with more RAM
  • Contact us about API access for enterprise-scale needs

"Control numbers already used"

In Pro mode, control numbers are tracked per location. If you're seeing duplicates:

  • Check that you're signed into the correct account
  • Control numbers reset if you clear browser storage
  • Contact support for control number issues

Best Practices

  1. Validate first — Split a valid file to get valid output
  2. Preview before download — Check counts and spot-check content
  3. Use Pro for production — Free tier control numbers aren't guaranteed unique
  4. Keep originals — Splitting creates copies; never delete your source file
  5. Test one first — Before submitting 50 split files, try one to confirm acceptance

Your Friend in EDI