T
test guy
So I have a delimited .CSV file being imported into a table on a daily
basis.. and the way things are setup now, any duplicate records or existing
records are ignored during import.
Problem is, I've got people updating existing records, which then show in
the .CSV, but aren't getting into my table! Is there a way in which I can
modify the import so that any updated fields (records exist, but certain
fields vary from existing data) can be updated without completely writing
over the unchanged fields?
Thanks-
basis.. and the way things are setup now, any duplicate records or existing
records are ignored during import.
Problem is, I've got people updating existing records, which then show in
the .CSV, but aren't getting into my table! Is there a way in which I can
modify the import so that any updated fields (records exist, but certain
fields vary from existing data) can be updated without completely writing
over the unchanged fields?
Thanks-