14e PB-FLT-Modifier via CSV (ProjectBuilder ecs2eXs)

README - 14e PB-FLT-Modifier via CSV


DEUTSCH

Zweck
- Wandelt FLT-Platzhalter von ~TOKEN in <TOKEN> um.
- Wandelt ^-Zeichen in echte Zeilenumbrüche (CR/LF) um.
- Unterstützt mehrere FLT-Tokens innerhalb desselben Feldes.
- Erstellt eine konvertierte CSV-Datei und eine kompakte Logdatei.

FLT-Regeln
- Ein FLT beginnt mit ~
- Ein FLT endet mit Leerzeichen, ^ oder Feldende
- Beispiele:
 ~10 -> <10>
 ~10 ~125 -> <10> <125>
 ~10^^~125 -> <10> + Leerzeile + <125>

Voraussetzungen
- Windows PowerShell 5.1 oder neuer.
- Microsoft .NET Framework mit Windows Forms.
- CSV-Datei im UTF-8-Format.

Ausgabe
- OriginalDatei_converted.csv
- YYYYMMDD-HHMM<ScriptName><Quelldatei>.log

english

Purpose
- Converts FLT placeholders from ~TOKEN to <TOKEN>.
- Converts ^ characters into real line breaks (CR/LF).
- Supports multiple FLT tokens in the same field.
- Creates a converted CSV file and a compact log file.

FLT Rules
- A FLT token starts with ~.
- A FLT token ends with a SPACE, a ^ character, or end of field.
- Examples:
 ~10 -> <10>
 ~10 ~125 -> <10> <125>
 ~10^^~125 -> <10> + blank line + <125>

Requirements
- Windows PowerShell 5.1 or newer.
- Microsoft .NET Framework with Windows Forms.
- CSV file encoded in UTF-8.

Output
- OriginalFile_converted.csv
- YYYYMMDD-HHMM<ScriptName><SourceFile>.log

francaise

Objectif
- Convertit les espaces reserves FLT de ~TOKEN vers <TOKEN>.
- Convertit les caracteres ^ en veritables retours a la ligne (CR/LF).
- Prend en charge plusieurs jetons FLT dans le meme champ.
- Cree un fichier CSV converti et un fichier journal compact.

Regles FLT
- Un jeton FLT commence par ~.
- Un jeton FLT se termine par un espace, un caractere ^ ou la fin du champ.
- Exemples :
 ~10 -> <10>
 ~10 ~125 -> <10> <125>
 ~10^^~125 -> <10> + ligne vide + <125>

Prerequis
- Windows PowerShell 5.1 ou version plus recente.
- Microsoft .NET Framework avec Windows Forms.
- Fichier CSV encode en UTF-8.

Sortie
- OriginalFile_converted.csv
- YYYYMMDD-HHMM<ScriptName><SourceFile>.log

italiano
Scopo
- Converte i segnaposto FLT da ~TOKEN a <TOKEN>.
- Converte i caratteri ^ in veri ritorni a capo (CR/LF).
- Supporta piu token FLT nello stesso campo.
- Crea un file CSV convertito e un file di log compatto.

Regole FLT
- Un token FLT inizia con ~.
- Un token FLT termina con uno spazio, con ^ oppure alla fine del campo.
- Esempi:
 ~10 -> <10>
 ~10 ~125 -> <10> <125>
 ~10^^~125 -> <10> + linea vuota + <125>

Prerequisiti
- Windows PowerShell 5.1 o successivo.
- Microsoft .NET Framework con Windows Forms.
- File CSV codificato UTF-8.

Output
- OriginalFile_converted.csv
- YYYYMMDD-HHMM<ScriptName><SourceFile>.log

Bei Rückfragen können Sie direkt über dieses Portal ein Ticket erstellen. Unser Supportteam prüft Ihr Anliegen zeitnah. Eine möglichst präzise Beschreibung erleichtert die Bearbeitung und verkürzt die Reaktionszeit.
anhängende Datei(en)
14e_PB-FLT-Modifier_via_CSV_v3.Ps1
2.61 KB
14e_PB-FLT-Modifier_via_CSV_v3.ReadMe
2.65 KB
20260818-161014e_PB-FLT-Modifier_via_CSV_v373563-06-2604131138131125575 noNoLock - NoSpChar(Script).log
1.5 KB
73563-06-2604131138131125575 noNoLock - NoSpChar(Script).csv
62.8 KB
73563-06-2604131138131125575 noNoLock - NoSpChar(Script)_converted 4.xlsx
20.5 KB
73563-06-2604131138131125575 noNoLock - NoSpChar(Script)_converted.csv
142 KB
Tags