Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CAL File SplitterNew to Visual Studio Code? Get it now.
CAL File Splitter

CAL File Splitter

TAHER El Mehdi

|
35 installs
| (2) | Free
splits a large Dynamics NAV CAL export file into separate .txt files, one per object.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CAL File Splitter

CAL File Splitter Logo

A VS Code extension that splits a large Dynamics NAV CAL export file into separate .txt files, one per object.

Demo GIF

✨ Features

  • Split a big CAL export file into multiple files.
  • One file per object (Table, Page, Report, Codeunit, etc.)
  • Automatically saves files in the src folder of your workspace
  • Configurable output file extension (.txt or .cal)

⚙️ Configuration

  • Setting: calFileSplitter.outputExtension — controls the output file extension. Options: .txt or .cal (default: .txt).

Via Settings UI

  • Open Command Palette → type "Preferences: Open Settings".
  • Search for "CAL File Splitter".
  • Set "Output Extension" to .cal.

Via settings.json

Add the following to your user/workspace settings:

{
	"calFileSplitter.outputExtension": ".cal"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft