EnglishFrenchSpanish

Ad


OnWorks favicon

cldump - Online in the Cloud

Run cldump in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command cldump that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


cldump - Clarion database extractor

SYNOPSIS


cldump [options] database.dat

DESCRIPTION


cldump extracts the data contained in a Clarion database; Clarion is a Windows IDE similar
to Delphi or others, and has its own (simple) database format.

cldump can extract the data contained in such a database, and export it to CSV, SQL
(including the database schema, keys and indexes) or its own format (this format will give
you all the meta information, but isn't easily parsable).

A Clarion database consists in a set of files :

.DAT files contain the data,

.Kxx files contain the key/index data,

.MEM files contain the memo entries associated to the data.

OPTIONS


-x n, --decrypt n
Decrypt an encrypted file. Required argument n indicates the location where the key
will be retrieved. Valid values are in the range 1 - 4 inclusive. n = 1 usually
works.

Decryption happens in-place so KEEP A BACKUP as there is no guarantee the
decryption process won't fail. Encrypted files must be decrypted before they can be
dumped.

Note that only the data file and the memo file are decrypted in this process;
key/index files are left untouched as cldump doesn't use them.

-d, --dump-active
Dump active entries only

-D, --dump-data
Dump the actual data (active and deleted entries)

-m, --dump-meta
Dump meta information (no SQL or CSV output format exist for this option)

-f c, --field-separator c
Set the field separator to character c. Only valid for CSV output (see below).

-c, --csv
Dump data or schema in CSV format

-S, --sql
Dump data or schema in SQL format

-s, --schema
Dump database schema

-M, --mysql
Use MySQL specific construct (backticks, ...)

-n, --no-memo
Do not dump memo entries

-U[charset], --utf8[=charset]
Transcode strings and memos from charset to UTF-8 (charset defaults to ISO8859-1;
for the list of supported charsets, see iconv --list)

OUTPUT


cldump outputs the data to stdout or stderr depending on the output format selected, the
data to extract and the type of the data (data, meta data).

Use cldump online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad