File read key-value TuplePairs
Aus ExpeccoWiki
Schema
Description
- Read a file and return a dictionary with the keys and valueTuples (one pair per line).
- Example file:
key1;v1-1;v1-2;v1-3;... key2;v2-1;v2-2;v2-3;... key3;v3-1;v3-2;v3-3;...
where ";" is the field separator which can be redefined.
- Example file:
key1;value1 key2;value2 key3;value3
where ";" is the field separator which could be defined...
Back to Standard Library.
Previous: File [ Read Key-Value Pairs ]
Next: File [ Exists ]
