sdcid = Sample
keyid1 = S01;S02;S03
projectid = Polymers
customerid = UnitedPlastics
This enters Polymers into the projectid column of Samples S01, S02, and S03, and UnitedPlastics into the customerid column of Samples S01, S02, and S03.
sdcid = Sample
keyid1 = S01;S02;S03
projectid = Polymers;Fluids;Solids
customerid = UnitedPlastics;BrandXMilk;NakaSteel
locationid = USA;UK;Japan
This enters Polymers, UnitedPlastics, and USA for Sample S01; Fluids, BrandXMilk, and UK for Sample S02, and Solids, NakaSteel, and Japan for Sample S03.
sdcid = Sample
keyid1 = S01;S02;S03
projectid = Polymers;Fluids
If you specify more SDIs than values, the remainding columns are assigned null values. This enters Polymers as the projectid for Sample S01 and Fluids as the projectid for Sample S02. The projectid column of Sample S03 is assigned a null value.
This Action affects records in the SDC table.