#Simple Invocation, the database exists: txt2mdb.wsf XXSUM.XDS c:\temp\xxum.mdb "EK" c:\satnt\xxsum.e #simply the same: txt2mdb.wsf XXSUM c:\temp\xxum.mdb EK c:\satnt\xxsum.e #Create the Database from an empty one .mdb: txt2mdb.wsf XXSUM new:c:\temp\xxum.mdb EK c:\satnt\xxsum.e #if the name of the empty database differs from the recordSpec: txt2mdb.wsf OLAP_1 neu:OLAP:c:\temp\xxum.mdb O1 c:\satnt\olap.txt #### Input-File: ------------- 730112200;12345;XXX;F999087 recordSpec: ----------------- $_ =~ s/00$//; #### Inputfile: ------------- #Arztnr;VKNR;fbpos 730112200---01234----F999087 recordSpec: ----------------- #### Inputfile: ------------- ... ... Arzt: 73011220 ... ... K 012345\tF999087 ... recordSpec: ----------------- ####