
Tabular Editor
Paquet d’installation silencieuse pour Tabular Editor
2.27.2-1
Les paquets PREPROD sont des paquets construits via LUTI.
Ils restent généralement 5 jours en PREPROD, après quoi un scan VirusTotal est effectué.
Si le paquet réussit ce dernier contrôle, il est promu en PROD et publié sur le store.
- package: tis-tabular-editor
- name: Tabular Editor
- version: 2.27.2-1
- maintainer: WAPT Team,Tranquil IT,Amel FRADJ
- licence: MIT, open source
- target_os: windows
- architecture: x64
- signature_date:
- size: 8.37 Mo
- homepage : https://github.com/otykier/TabularEditor
package : tis-tabular-editor
version : 2.27.2-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 : PREPROD
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 : 0e7c8288-bf63-4499-ad47-776dbf22f9cd
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 35629dab26640883251cb02f901f81a937c33d5af6d87bfbf7a330f6db92aec9
signer : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date : 2025-09-30T07:29:13.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 : sHNDZsN00iOuTn/Gd5eXe9lp5kxIqAArZj6dxt+bmoeOwBrYeDw2JrHKRjM0KqSIbXJ8wiasr/RzENIUIhfnMpeT1tlQvA1ygPDoa5cLQ1Nhlv0WusxCmcpnbt60+3ioSFuAoYU2ioiGrmLTo87PJQ3cB+2KjAwxKWl6Uej5ZkJ8XKO7aP324VgW6lpfIAdgQuMp0DOb2vYapnzceGP7MkOXHXOYERD7Pnb+2L5tU60TL5/ycj+J0nbj62zT7KIhyy+phVpyY+WN8LuNShn2805Q+GSQNmpdC8OTAFuql2pi7bO4S4PTt4sKRimV2YyZfk4zOQEcSgk46ftmcu3iYg==
# -*- 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()
970ce3a54cb7f4653f33793338ba9148639cb1a9cc06d29949fb6a2fd36ea0bb : TabularEditor.Installer.msi
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
3676f7e1d5496460e37a5e3ee54a1058798f577b8d9eb049c0ff519386d9bbc7 : WAPT/control
35629dab26640883251cb02f901f81a937c33d5af6d87bfbf7a330f6db92aec9 : WAPT/icon.png
0787af33d5cb9864f211969b6435ab650b556c33215bb279131db52ecbb38630 : luti.json
4b4ba107a5c5e1ff94cb01d86932c6b43b1dda10873b1fc037a45f38177b5cfb : setup.py
6e09b6f680d179720a7356669d3b6f63bce0928bcb2e64668a4b6d2140802281 : update_package.py