![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, which kind of calculation I need in order to import records from one external file (*.tab) with 3 different record category: "new" - should be added to my database "change" - should to update record already exist "delete" - should identify record ID and then delete it from my database The original records it's looks like: new,23,44,42,667,Peter,Rozen new,24,44,32,667,Sarah,Setterfield change,25,44,42,669,Sthephan,Lesler delete,26,44,32,667,Sandra,Hoppkings TIA Shai |
#3
| |||
| |||
|
|
shai Ben Mordechai (Rosenblum) wrote: Hi, which kind of calculation I need in order to import records from one external file (*.tab) with 3 different record category: "new" - should be added to my database "change" - should to update record already exist "delete" - should identify record ID and then delete it from my database The original records it's looks like: new,23,44,42,667,Peter,Rozen new,24,44,32,667,Sarah,Setterfield change,25,44,42,669,Sthephan,Lesler delete,26,44,32,667,Sandra,Hoppkings TIA Shai It's not a calculation. You need to map the import: create a script with the Import Records step specifying new records and map the fields to be imported (click and drag the elements in the dialog to match them with the destination field). Then do the Import Records step again, this time specifying it at an update, for which you will need to be able to specify a match field as you are mapping. For the deletion, you may want to import it as part of the update routine, then find the updated record (by the word "delete"?) and delete it. Matt |
#4
| |||
| |||
|
|
You need to map the import: create a script with the Import Records step specifying new records and map the fields to be imported (click and drag the elements in the dialog to match them with the destination field). Then do the Import Records step again, this time specifying it at an update, for which you will need to be able to specify a match field as you are mapping. |
![]() |
| Thread Tools | |
| Display Modes | |
| |