
Tabular Editor
Silent install package for Tabular Editor
2.27.0-1
- package: tis-tabular-editor
- name: Tabular Editor
- version: 2.27.0-1
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ
- licence: MIT, open source
- target_os: windows
- architecture: x64
- signature_date:
- size: 4.92 Mo
- homepage : https://github.com/otykier/TabularEditor
package : tis-tabular-editor
version : 2.27.0-1
architecture : x64
section : base
priority : optional
name : Tabular Editor
categories :
maintainer : WAPT Team,Tranquil IT,Amel FRADJ
description : Tabular Editor is a tool that lets you easily manipulate and manage measures, calculated columns, display folders, perspectives and translations in SQL Server Analysis Services (SSAS) Tabular Models (from Compatibility Level 1200 and onwards). The tool is written entirely in .NET WinForms (C#)
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : Tabular Editor est un outil qui vous permet de manipuler et de gérer facilement les mesures, les colonnes calculées, les dossiers d'affichage, les perspectives et les traductions dans les modèles tabulaires de SQL Server Analysis Services (SSAS) (à partir du niveau de compatibilité 1200). L'outil est entièrement écrit en .NET WinForms (C#)
description_pl : Tabular Editor to narzędzie, które pozwala łatwo manipulować i zarządzać miarami, obliczanymi kolumnami, folderami wyświetlania, perspektywami i tłumaczeniami w modelach tabelarycznych SQL Server Analysis Services (SSAS) (od poziomu zgodności 1200). Narzędzie jest napisane w całości w .NET WinForms (C#)
description_de : Tabular Editor ist ein Tool, mit dem Sie Messwerte, berechnete Spalten, Anzeigeordner, Perspektiven und Übersetzungen in SQL Server Analysis Services (SSAS) Tabular Models (ab Kompatibilitätsstufe 1200) einfach bearbeiten und verwalten können. Das Tool ist vollständig in .NET WinForms (C#) geschrieben
description_es : Tabular Editor es una herramienta que permite manipular y gestionar fácilmente medidas, columnas calculadas, carpetas de visualización, perspectivas y traducciones en modelos tabulares de SQL Server Analysis Services (SSAS) (a partir del nivel de compatibilidad 1200). La herramienta está escrita íntegramente en .NET WinForms (C#)
description_pt : O Tabular Editor é uma ferramenta que lhe permite manipular e gerir facilmente medidas, colunas calculadas, pastas de visualização, perspectivas e traduções em modelos tabulares do SQL Server Analysis Services (SSAS) (a partir do Nível de Compatibilidade 1200). A ferramenta é escrita inteiramente em .NET WinForms (C#)
description_it : Tabular Editor è uno strumento che consente di manipolare e gestire facilmente misure, colonne calcolate, cartelle di visualizzazione, prospettive e traduzioni nei modelli tabulari di SQL Server Analysis Services (SSAS) (a partire dal livello di compatibilità 1200). Lo strumento è scritto interamente in .NET WinForms (C#)
description_nl : Tabular Editor is een tool waarmee je eenvoudig maatregelen, berekende kolommen, weergavemappen, perspectieven en vertalingen kunt manipuleren en beheren in SQL Server Analysis Services (SSAS) Tabulaire modellen (vanaf compatibiliteitsniveau 1200 en hoger). De tool is volledig geschreven in .NET WinForms (C#)
description_ru : Tabular Editor - это инструмент, позволяющий легко манипулировать и управлять мерами, вычисляемыми столбцами, папками отображения, перспективами и переводами в табличных моделях SQL Server Analysis Services (SSAS) (начиная с уровня совместимости 1200 и выше). Инструмент полностью написан на .NET WinForms (C#)
audit_schedule :
editor :
keywords :
licence : MIT, open source
homepage : https://github.com/otykier/TabularEditor
package_uuid : 8cfb84ec-c2b1-4942-9752-b7529ec596b5
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 35629dab26640883251cb02f901f81a937c33d5af6d87bfbf7a330f6db92aec9
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-09-29T15:04:10.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : vok9yOLHJk3j5RzE/EnYXv0sCIlHQuRvfyfBbISrYlSq61vuqwES+j+zg8di/ThBcKgkkS0KvlsmndYHlBNLwOr/r2m2F3x+accF1OSGE0QsnzoXGBwtjgMspOesCUbXA0qvRs1U3uxBwqKsl803zVpYo6H7SPf/3jTlx/kSl4CP+yy4oe/3v9QTb4qcwzSkTM1G7F4E9SsjIpQpOclKPdjdju9BBjx0Ab4r41t3A7F1IQ1rVQTjXtkx8bqhhaZiSZbZUeQ2kdmYOrBY1i752sAJglC638TVugKadYK/l1hLCqfhswHEDwT9EOnnWvgV/PAJ4/qidiqTWo1qP54lGA==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
# Installing the software
install_msi_if_needed('TabularEditor.Installer.msi')
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import json
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def update_package():
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
git_repo = "TabularEditor/TabularEditor"
url_api = "https://api.github.com/repos/%s/releases/latest" % git_repo
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = json.loads(wgets(url_api, proxies=proxies))
for download in json_load["assets"]:
if download["browser_download_url"].endswith('.msi') :
url_dl = download["browser_download_url"]
version = json_load["tag_name"].replace("v","")
filename = download["name"]
break
if not isfile(filename):
package_updated = True
wget(url_dl,filename,proxies=proxies)
#nettoyer les fichiers temporaires
for f in glob.glob('*.msi'):
if f != filename:
remove_file(f)
version =get_version_from_binary(filename)
control.set_software_version(version)
control.save_control_to_wapt()
be768da94ab83c4973b4b0dc02608cecfce538f3f1f79e2f3ac90b5ee96f9ed0 : TabularEditor.Installer.msi
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
334af3f910f7a6c4f13938193ad8ecac35f79a5d99f8552731b7330972c1a88f : WAPT/control
35629dab26640883251cb02f901f81a937c33d5af6d87bfbf7a330f6db92aec9 : WAPT/icon.png
24b672776d299ef4cb28b6f50469f6da6f289ef02cbe51acc864856ccfea7931 : luti.json
4b4ba107a5c5e1ff94cb01d86932c6b43b1dda10873b1fc037a45f38177b5cfb : setup.py
6e09b6f680d179720a7356669d3b6f63bce0928bcb2e64668a4b6d2140802281 : update_package.py