WienerWiener
  • Introduction
  • Comparison
  • Pricing
  • FAQ
  • Use Cases
  • License
  • Unity Asset vs Standalone
  • Obfuscation & Tamper Detection
  • Mismatch Detection & Debug
  • Localization
  • Versioning
  • Google Sheets Input
  • Excel
  • YAML
  • Settings
  • Data Format
  • Convert
  • ValueOnly Format
  • Startup
  • Samples
  • Converter
  • YAML Editor
  • Setting Editor
  • 日本語
  • English
  • Introduction
  • Comparison
  • Pricing
  • FAQ
  • Use Cases
  • License
  • Unity Asset vs Standalone
  • Obfuscation & Tamper Detection
  • Mismatch Detection & Debug
  • Localization
  • Versioning
  • Google Sheets Input
  • Excel
  • YAML
  • Settings
  • Data Format
  • Convert
  • ValueOnly Format
  • Startup
  • Samples
  • Converter
  • YAML Editor
  • Setting Editor
  • 日本語
  • English
  • Versioning

    • Versioning

Versioning

Overview

Assign versions to data, and select which data to output by specifying a version at conversion time.
Data whose version is less than or equal to the version specified to Standalone will be output.

How to Specify

Specify a version when running Wiener Standalone.

Wiener.exe -settings settings\develop_settings.yaml -version [version (uint)]

Example

Settings file

Specify the version field name in Excel in the settings file.
Example: Add master_version to develop_settings.yaml.

# Master version field name in Excel
version_excel_name: "master_version"

Excel

Add master_version to the Excel file(s) you want to version.
No entry is required for Excel files that do not need versioning.

Image from alias

Standalone

Run Wiener Standalone with version 101.

Wiener.exe -settings settings\develop_settings.yaml -version 101

Result

When you run against the above Excel with version 101
Only data with version 100 and 101 will be output; version 102 data will not be output.

Last Updated:: 6/10/26, 10:12 PM
Contributors: artisan-sawasaka