v4.0.0.1 — Major Release: Complex Routing · PostgreSQL · EDI X12 · COBOL

Convert Any Data File
to Any Format

DBF, SDF, CSV, Access, SQL Server, MySQL, PostgreSQL, XML, and XLSX
all in one Windows application with field-level mapping, direct SQL integration, and Complex Routing.

Invaluable to any software developer, data analyst, service bureau, or end user working with multiple file protocols.

View Plans & Pricing
Windows 10 / 11 9 File Formats 3 SQL Engines No Cloud No Code
DBF SDF / Fixed-Width Delimited / CSV Microsoft Access SQL Server / Azure SQL MySQL PostgreSQL XML Excel XLSX EDI X12 COBOL Copybook
Universal File Converter — Multi-Server Complex Routing in action

New in v4.0.0.1

Complex Routing:
One Pass, Every Destination

Real-world data doesn't belong in one place. Orders need to reach the right regional database. Claims need to split by type. Exceptions need their own holding table for review.

Define a routing rule on any field in your data — order region, claim type, status code, whatever fits your business — and Universal File Converter reads your source file once, evaluates each record against your rules, and sends it straight to the correct destination. Every destination gets its own connection, its own SQL dialect, its own table, and its own field mapping.

No scripting. No XML wrangling. No SQL to write. Configure once, run with confidence.

Learn More About Complex Routing →

Features

Everything a Data Professional Needs

Built for telecom carriers, DBAs, and IT teams who move data between systems every day.

🗂️

Field-Level Mapping

Map any input field to any output field. Auto-map by name, or assign manually. Handles truncation, padding, and 10-character DBF name limits automatically.

🧮

CALC Expressions

Build derived fields with inline expressions: arithmetic, string concatenation, conditionals with IIf(), and zero-padding for numeric results.

⏭️

Skip Rules

Filter records before conversion. Match on equals, not-equals, LIKE patterns, numeric comparisons, or EMPTY fields. Combine rules with AND / OR logic.

🗄️

SQL Table Manager

Create, drop, rename, and truncate tables visually across SQL Server, MySQL, and PostgreSQL. Manage indexes, set column constraints, and execute free-form SQL statements — no SSMS or external tool required.

📋

Config Manager

Save, organize, and reuse conversion configurations as .cfg files. Create new configs, import from emigui, and edit field layouts in the built-in editor.

🔀

Complex Routing NEW v4

One pass, every destination. Route records from a single source to multiple SQL servers based on any field value — region, claim type, status code, or any business key. Each destination gets its own connection, SQL dialect, table, and field mapping. No scripting, no reruns.

🐘

PostgreSQL Support NEW v4

Universal File Converter now supports three SQL engines: SQL Server, MySQL, and PostgreSQL. Read from or write to PostgreSQL tables with the same visual workflow used for every other format — including as a Complex Routing destination.

⌨️

Headless CLI SQL NEW v4

Run file-to-SQL and SQL-to-file conversions directly from the command line — no GUI required. Schedule conversions as Windows batch jobs or scripts against SQL Server, MySQL, or PostgreSQL. Ideal for service bureaus, developers, and automated data pipelines.

🏥

EDI X12 & COBOL Copybook NEW v4

Import fixed-width record layouts directly from COBOL copybooks — no manual field-position counting. Parse and route X12 EDI transactions (835 Remittance Advice and 837 Claims) by segment type into SQL Server, MySQL, or PostgreSQL using the same routing engine that powers every other data source.

Full technical details →

Compatibility

Format Support at a Glance

Convert between any combination of these nine formats, with EDI X12 and COBOL Copybook as additional input sources.

FormatExtensionAs InputAs OutputRequirements
DBF (dBase / FoxPro).dbf✓ Yes✓ YesNone
SDF (Fixed-Width).txt / any✓ Yes✓ YesField layout in .cfg file
Delimited (CSV).csv / .txt✓ Yes✓ YesNone
Microsoft Access.mdb / .accdb✓ Yes✓ YesAccess Database Engine
SQL Server / Azure SQLn/a✓ Yes✓ YesODBC Driver 17+
MySQLn/a✓ Yes✓ YesMySQL ODBC Driver
PostgreSQL NEW v4n/a✓ Yes✓ YesPostgreSQL ODBC Driver
XML.xml✓ Yes✓ YesNone
Excel XLSX.xlsx✓ Yes✓ YesNone
EDI X12 (835 / 837) NEW v4.edi / .txt✓ Yesvia SQL routingStarter templates included
COBOL Copybook NEW v4.cpy / .cbl✓ Yeslayout importNone

How It Works

Simple Four-Step Workflow

From raw data file to converted output in minutes.

1

Load a Config

Open or create a .cfg file that defines your input field layout and output structure.

2

Select Input

Browse for your input file or connect to a SQL Server / MySQL table.

3

Map Fields

Use the Field Mapper to link input fields to output columns. Auto-Map handles matching names instantly.

4

Convert

Click Convert. The status bar shows Written / Skipped / Total counts in real time.

What's New

v4.0.0.1 Release Notes

Major new capabilities in the current release.

Universal File Converter v4.0.0.1

  • New Complex Routing — route records from a single source to multiple SQL Server, MySQL, or PostgreSQL destinations based on any field value. Each destination gets its own connection, SQL dialect, table, and field mapping. Configured visually — no scripting required.
  • New PostgreSQL support — full third SQL engine alongside SQL Server and MySQL. Read, write, browse, and use PostgreSQL as a Complex Routing destination.
  • New EDI X12 support — parse X12 EDI files and route each segment type to its own SQL destination table. Starter templates included for 835 Remittance Advice and 837 Health Care Claim. Delimiter auto-detection from ISA envelope — no manual configuration.
  • New COBOL Copybook Import — point the app at a .cpy, .cbl, or .cob file and it builds the field layout automatically from PIC clauses. Handles nested groups, OCCURS, and REDEFINES. No manual field-position counting.
  • New Headless CLI SQL support — file-to-SQL and SQL-to-file conversions now fully supported in headless/batch mode via command-line switches.
  • Improved SQL Table Manager reorganized into four labeled button groups for faster navigation.
  • Improved Users & Permissions tab — Change Password and Show/Hide toggle for credential security.

FAQ

Common Questions

Quick answers to the questions we hear most often.

No. You need the free Microsoft Access Database Engine 2016 Redistributable, available from Microsoft.com. The full Microsoft Office or Access suite is not required.

Yes. SQL Server mode connects to Azure SQL, on-premises SQL Server (2012 and later), and SQL Server Express using ODBC Driver 17 or later.

We offer a 30-day money-back guarantee on all direct purchases..

Yes. SQL Server connections support both Windows Authentication and SQL Server (username / password) credentials. MySQL connections require SQL credentials.

Universal File Converter runs on Windows 10 and Windows 11 (64-bit). It is a native Windows desktop application — no browser or cloud service required.

Yes. Every configuration — field layouts, mapping, skip rules, and output settings — is saved as a .cfg file. The Config Manager lets you load, create, edit, and organize configs in one place.

The engine is optimized for high-volume batch work. Conversions of 100,000+ records per pass are typical in production environments. Performance depends on disk I/O, SQL server throughput, and available RAM.

Complex Routing reads your source file once, evaluates each record against your routing rules, and sends it to the correct SQL destination. Every destination gets its own connection, SQL dialect, table, and field mapping — no reruns, no separate config files.

Yes. v4.0.0.1 adds PostgreSQL as a full third SQL engine. You can read from or write to PostgreSQL tables using the same visual workflow as SQL Server and MySQL — including browsing tables, running conversions, and using PostgreSQL as a Complex Routing destination. Requires the PostgreSQL ODBC driver installed on your machine.

EDI X12: Universal File Converter parses X12 EDI files and routes each segment type to its own SQL destination table. Starter templates are included for 835 (Remittance Advice) and 837 (Health Care Claim). Segment and element delimiters are auto-detected from the ISA envelope — no manual configuration. Templates are standard .cfg files you can extend for additional segments.

COBOL Copybook: Point the app at a .cpy, .cbl, or .cob file and it builds the field layout automatically from PIC clauses — position, length, and type computed without manual counting. Handles nested groups, OCCURS N TIMES, and REDEFINES. COMP/COMP-3/binary fields are safely detected and excluded rather than misread.

Yes. v4.0.0.1 adds full Headless CLI SQL support — file-to-SQL and SQL-to-file conversions can be run directly from the command line using batch switches, with no GUI required. This makes it straightforward to schedule conversions as Windows batch jobs or scripts. SQL-to-SQL is not supported in headless mode; all other format combinations work.

About

Built by Telecom Veterans

40+
Years in Telecommunications
9+
Supported File Formats
100K+
Records Per Conversion Pass
3
SQL Engines (SQL Server, MySQL, PostgreSQL)

Telconsult, Inc. is a telecom software company with over four decades of experience in carrier access billing, CLEC operations, long-distance carrier services, and international interconnect. Universal File Converter is built on real production data requirements — not theoretical edge cases.

Pricing

Simple, Transparent Plan

Full 9-format conversion engine with Complex Routing, PostgreSQL, EDI X12, and COBOL Copybook Import.

STANDARD
$19.99
per month · per seat
Subscribe
BEST VALUE
LIFETIME
$249.99
one-time · per location
Buy Now
PROFESSIONAL
$49.99
per month · per location
Subscribe
Full feature comparison →    

Ready to Get Started?

Version 4 available now — direct purchase at nextgencarrier.net. Windows 10 and Windows 11.

View Plans & Pricing →

Questions? Email [email protected]