-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nouvele regle de derivation TextLoadFile - input: un nom de fichier - output: une variable Text avec le contenu du fichier - comportement precis - il ne se passe rien s'il n'y a pas de nom de fichier specifie - on gere les fichiers avec URI, si les drivers sont installés - le contenu est traite comme quand il sera ecrit dans un fichier tabule en sortie - le champ est trime a droite et gauche - son contenu est limite a la taille max des Text (1000000 de caracteres) -b y compris en tenant compte des eventuels double-quotes dans le cas de text cntenant le separateur de champ - les erreurs de lectures sont traites comme des warning pour informer l'utilisateur, sans etre bloquant - impacts - KWDRKWDRTextLoadFile: nouvelle classe dans le fichier KWDRRuleLibrairy/KWDTText - Global::Set|GetErrorAsWarningMode - parametrage d'un mode de gestion des erreur comme des warning - active temporairement dans la classe KWDRKWDRTextLoadFile
- Loading branch information
1 parent
b49f428
commit 0e2eb65
Showing
6 changed files
with
197 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters