Hi ..
I was trying to set-up new migration job to update CUSTOMER_INFO_ADDRESS View for changes in address and postcode values. This supposed to update around 17000+ records so i choose to use Procedure “INSERT_OR_UPDATE” from csv file.
As soon as i run the job i am getting below error. I did investigated further into this and noticed actual issue is - Address column value holds multiple comma seperators, which seems to be root cause of this. Is there any way i can mitigate this issue without removing extra commas from address value ?
if i add double quotes around this column value, do you think this will insert double quotes also in data ?
double quotes
Start time - 19-JAN-2024 11:13:18 CS_SJCB_POSTCODE_CHANGE_MIG - Execution No 0
Insert into CUSTOMER_INFO_ADDRESS_TAB failed - ORA-20111: CustomerInfo.FND_RECORD_NOT_EXIST: The Customer Info does not exist. (Error caused by line: 2)
File Path: DATAMIG (F:/DATAMIG2)
File Name: CS_SJCB_POSTCODE_CHANGE_test2.csv
File Location: OnServer
Char Set: AL32UTF8
Used 0 hours and 0 minutes
End time - 19-JAN-2024 11:13:18 CS_SJCB_POSTCODE_CHANGE_MIG