How to load .csv data into a photoshop

excel, photoshop, text

Solution

I successfully took advantage of creating a dataset within Photoshop. This prepares your desired layer to connect with dynamic data. I then defined the source for my dataset which allows me to connect my external .csv file. My external .csv file has one main header for labels, followed by multiple rows of data (i.e. each student's name and id). I then made the connection and now see my single row of external data in photoshop!

Bonus* But if you want to batch this process for multiple rows of data after creating your first dataset, then go to file -> export -> data sets as files, and Photoshop will convert the rest of the rows from that .csv file, as individual dataset .psd files for you.

Here's another online tutorial that give visuals on what to do. http://www.richmediacs.com/user_manuals/RMCS_PS_Training/Using%20PS%20Variables/UsingVariablesInPS_EXTERNAL.html

The only thing that would be cooler than this, would be to load datasets into multiple layers in the same .PSD file, rather than exporting individual .PSD files.

Problem

I have an csv document with 2 columns. The first column shows the name of the person, the 2nd column shows the person's id. There are 900 rows of this data. I want to create a PSD file for each row or data that is presented in my .csv file. Thanks!

Original source