Difference between revisions of "Pdm load"

From SDU
Jump to: navigation, search
(Usage)
(Examples)
Line 58: Line 58:
  
 
pdm_load -f cnt_data.csv -i -v
 
pdm_load -f cnt_data.csv -i -v
 +
 +
 +
* Removing some info (not shared by other aplication) from a file. Use the -r
 +
  pdm_load -f InfoToRemove.dat -r -v 2>load.err

Revision as of 14:45, 25 January 2008

Use pdm_load to load information directly into the database and bypass the GUIs.

Usage

pdm_load -f [filename] [-a] [-c] [-e] [-h] [-i] [-m] [-v] [-r] [-u] [-x]

Command Description Remarks
-a update all matching data
-c check only, no change to data
-e treat escapes literally
-h help
-i insert only
-m notify domsrvr of mass update
-v verbose
-r remove
-u update only
-x use locale sensitive numeric input formats


Examples

pdm_load -f extract.txt -v

pdm_load -f cnt_data.csv -i -v


  • Removing some info (not shared by other aplication) from a file. Use the -r
 pdm_load -f InfoToRemove.dat -r -v 2>load.err