Visual Integrator - Update value in CI_Item

Can Visual Integrator update all the PriceCode values to a specific value (like an SQL Update works)?

Example; I want to apply the letter "A" as the PriceCode for all records in the ci_item table.

Using visual Integrator, I can export, modify the data, then import, but some bad data in the table crashes the import job. Dam users!

Crossing fingers..in the mean time I'll try to find the bad records

Parents
  • 0

    Visual Integrator Imports can "alter" existing records and can "create" new records.  It can not remove an existing records. They have to be removed manually from the front end or you have to export all the data, manipulate in excel, reinitialize the data table (using extreme caution); then import in fresh data.  Always in a test company first and always with proper backups. 

  • 0 in reply to StefanouM

    Thanks for the notes. I use it regularly.

    Was hoping for a way like: Update [PriceCode]="A"

    I was able to export the records to a csv, made my changes to the csv file, and imported.

    All good now.

    Thanks again for your comments.

Reply Children