Uploading conditional names from external csv
Script for InDesign by Loic Aigon. The source is here.
You can try this code BUT be aware that:
- The CSV structure is arbitrary
- It needs additional checks for data structure
Once that said, the following CSV data:
name;color;style ozalto;255,0,0;USE_HIGHLIGHT adobe;0,255,0;USE_UNDERLINE
With the following script creates the conditions accordingly.
You can look to update your CSV parsing if needed by a more robust solution. One such version is mentioned here.
Click here to download the script.