Translations - ONYX - 9.0 - Utilisation

Workflows-Guide avancé/32/en

De MappingDoc
Révision datée du 3 janvier 2025 à 15:25 par Jdieu (discussion | contributions) (Page créée avec « POINT OF ATTENTION: the different methods for retrieving a value from a file are optimized by loading only a small part of the data file. This is done via the '''maxsize''... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

POINT OF ATTENTION: the different methods for retrieving a value from a file are optimized by loading only a small part of the data file. This is done via the maxsize parameter. Its default value (20000) limits loading to the first 20000 bytes of the file. Thus, if the desired value is further away, it will be impossible to reach it without modifying the value of this parameter. It is indeed a number of bytes and not characters. Also, for a UCS or UTF-16 file, it will be appropriate to multiply this value by 2 in relation to the number of characters that must actually be loaded.