Difference between revisions of "Pdm extract"

From SDU
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
use this command to dump data from the database to the screen or file (typically txt, dat, or csv).
  
Usage: pdm_load -f [filename]
+
Usage: pdm_extract [
  
-a update all matching data
+
-h help]
-c check only, no change to data
+
[-f format string]
-e treat escapes litterally
+
-c csv output
-h help
+
-e csv output with double double quotes
-i insert only
+
- r informal report output
-m notify domsrvr of mass update
+
 
-v verbose
 
-v verbose
-r remove
+
-s saved_script
-u update only
+
-u no headers
-x use locale sensitive numeric input formats
+
-d use dataent.fmt
 +
-x locale sensitive numeric formats
 +
-X extract all tables except table list ]
 +
ALL | database tables names...

Revision as of 21:29, 14 January 2008

use this command to dump data from the database to the screen or file (typically txt, dat, or csv).

Usage: pdm_extract [

-h help] [-f format string] -c csv output -e csv output with double double quotes - r informal report output -v verbose -s saved_script -u no headers -d use dataent.fmt -x locale sensitive numeric formats -X extract all tables except table list ] ALL | database tables names...