VDE Dataset Viewer
The VDE Dataset Viewer is a tool designed to help users visualize and explore datasets.
Supported Formats:
- Dataset-JSON v1.1
- NDJSON representation of Dataset-JSON 1.1
- Compressed Dataset-JSON 1.1
- XPORT v5
- SAS7BDAT
API Specification: DataExchange-DatasetJson-API
You can download installation packages or portable version for your operating system:
- Visit the official downloads page for the latest stable version
- Or check the GitHub Releases page for all versions
- Windows: Run the installer (vde-dataset-viewer.Setup.x.y.z.exe) or use the portable version (vde-dataset-viewer.x.y.z.exe)
- Linux: Use the AppImage file (make it executable with
chmod +x filename.AppImage) - Mac: MacOS executables are unsigned and can be shown as damaged. See MacOS instruction for details.
- From Source: Follow the Development instructions below to build from source
For CDISC CORE validation, the CORE executable should be installed separately. See CDISC CORE repository for details.
Supported Formats:
- Dataset-JSON v1.1
- NDJSON representation of Dataset-JSON 1.1
- Compressed Dataset-JSON 1.1
- XPORT v5
- SAS7BDAT
- Reading large size datasets
- Multiplatform: Windows, Linux, MacOS
- Filtering with value autocomplete
- Sorting
- Row and column navigation
- Metadata info
- Cell selection
- Column visibility control
- Automatic updates
- Automated testing
- API access
- Converter between formats
- UI for CDISC CORE
- Validation results view
- Numeric date format
- Number rounding
- Dynamic cell height
- Automatic width estimation
- Encoding control
To develop the VDE Dataset Viewer, follow these steps:
- Clone the repository:
git clone https://github.com/defineEditor/vde-dataset-viewer.git - Navigate to the project directory:
cd vde-dataset-viewer - Install the dependencies:
npm install - Start the development mode:
npm run start
This project is licensed under the MIT License - see the LICENSE file for details.
