D-2.2 Release Note

[ English | Japanese ]

Major changes from D-2.1

Conversion to/from Csv file

DtoCsv and DfromCsv provide easy and simple ways to use D-files with other applications.

DtoCsv converts D-files to a csv (comma separated value) file, making the first label line from D-field names. Unlike DtoLine, you don't need to list field names.

DfromCsv converts csv (comma separated value) files into a D-file, reading D-field names from the first label line. Unlike DfromLine, you don't need to list field names.


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