[ English | Japanese ]
New D-commands:
First three D-commands are useful especially for HTML table reading in conjunction with DfromHtml. DfromChunk is useful for converting other format text data to D-format.
Usages of these new commands (and many others) are found in newly released D tutorial.
Field name delimiter of a field-list is COMMA only. SPACE is no more working as a field name delimiter.
DtoXml supports unlimited tree level using multiple -g options (grouping) and leaf-separation algorithm.
Disuse of -n option of Dpr command (page control with FF control charavter).
Minor bug fix in Djoin, DtoCsv, Dunbundle
Termination of Solaris and Mac OS support.
Dl
SPRINTF
operator : printf like formatted conversion and
SSCANF
operator : scanf like formatted conversion.
Mac Os X support.
Dl GREP operator : selection of elements in an array.
Command option --help and --version like GNU programs.
DfromHtml : Html to D-file.
DfromXml : Xml file to D-file.
DtoXml : D-file to Xml.
Dmax : selects the maximum/minimum value record(s).
UTF I/O feature. :
DfromCsv : Csv file to D-file.
DtoCsv : D-file to Csv file.
Linux Support
Djoin : Core Join
Dl : addition of QX, LOCALE and ELIF operators
Dfd : -e option
See README for the install instructions.