Color Chart Import

Action: CHRTIMP

This will prompt for a CSV text file and a color chart name. It will then import the CSV and create a color chart using the specified name. The first row in the CSV file is skipped. It will replace an existing color chart.

The CSV file format is: color,parent color,color id,parent color id,hex code,parent hex code

where the first row is the column name.

Here is a sample color chart line 'Chili','Red',405,100,'4455ff','1276ae'

It will also prompt for an update table. This is a CSV file with two columns, old color and new colors. It will replace each occurrence of the old color with the new color.

Either file is optional.