I should update a BO with data coming from a M$SQL using a csv file.
The updates seem to work fine, but no records are added. I emptied the table in MySQL and tried again but every non existing ID produces
Business object with ID 4not found in row 1 and column 1. Ignoring data for the object
The Import happens from a rule with
IMPORT Kunde FROM SystemSettings.ImportDateiKunden IN BATCHES OF 10
The csv file contains about 2000 records starting with
"Kunde.ID","Kunde.MatchCode","Kunde.Firma","Kunde.FirmaZusatz","Kunde.Anschrift","Kunde.PLZ","Kunde.Ort","Kunde.Land","Kunde.Bemerkung"
4,"Wollinger LA","Wollinger Graz",,,"8010","Graz","AT","LP100 1:1 !!!!"
I'm using build 882
Any idea on what's going wrong here ?
Thanks a lot
Hubertus