D-2.6 Release Note

[ English | Japanese ]

What's new in D-2.6

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.


Major changes from 2.4 to D-2.5

Dl SPRINTF operator : printf like formatted conversion and
SSCANF operator : scanf like formatted conversion.


Major changes from D-2.3 to D-2.4

Mac Os X support.

Dl GREP operator : selection of elements in an array.

Command option --help and --version like GNU programs.


Major changes from D-2.2 to D-2.3

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. :


Major changes from D-2.1 to D-2.2

DfromCsv : Csv file to D-file.

DtoCsv : D-file to Csv file.


Major changes from D-2.0 to D-2.1

Linux Support

Djoin : Core Join

Dl : addition of QX, LOCALE and ELIF operators

Dfd : -e option


See README for the install instructions.