view · edit · sidebar · attach · print · history

Feldermapping von oddb.csv zu oddb.dat

01 RECA Recordart 001 – 002 2 alpha: 11
02 CMUT Mutationscode 003 – 003 1 num: 3 ausser Handel (AE) sonst 1 
03 PHAR Pharmacode 004 – 010 7 num: Pharmacode (G)
04 ABEZ Artikelbezeichnung 011 – 060 50 alpha: Präparate (H) 
05 PRMO Arztpreis (=Galexis-Basis-Preis) 061 – 066 6 num: NIL 
06 PRPU Publikumspreis (inkl. MWSt) 067 – 072 6 num: PP (N) 
07 CKZL Kassenzulässigkeit 073 – 073 1 num: (Q)
08 CLAG Lagerart 074 – 074 1 num: NIL
09 CBGG Betäubung - Gift 075 – 075 1 num: (AI) 
10 CIKS Swissmedic-Listencode 076 – 076 1 alpha: (P) 
11 ITHE Index-Therapeutikus 077 – 083 7 num: (AH)
12 CEAN EAN-Code 084 – 096: (E)
13 num 13 CMWS Mehrwertsteuer-Code 097 – 097 1 num: NIL

Adding Mwst.-Code 2 to every line at the end

 :%s/$/2/g

Adding 13 to the beginning of every line

 :%s/^.\{2}/13/g

Change file encoding

 iconv -f UTF-8 -t iso-8859-1 oddb_dat_1.9.3 > oddb_dat_1.9.4

check the file:

 file oddb_dat_1.9.4

Anleitung IGM-11 Aeskulap Import

view · edit · sidebar · attach · print · history
Page last modified on May 25, 2012, at 02:48 PM