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.