• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

PS Challenge - how to do this?

Guest
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

Hi Folks - does anyone know how to do this?

In Photoshop (21.1.3; OS X) I have a horizontal scale running from 0 to 100 as a visual representation of percentage scores. I would like to have PS dynamically read in data from an external file containing two columns:

  • Column 1: Person's ID/Name
  • Column 2: Their % score

Then PS would create new layer for each person, name the layer according to the data in Column 1, and insert a coloured dot on the horizontal scale according to the value in Column 2.

What do you guys think? Is this even possible?

As always, your help is hugely appreciated!

- Paul

TOPICS
Actions and scripting

Views

994

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

At least with a Script, I am not sure if it would work out with the default automation options. 

https://helpx.adobe.com/photoshop/using/creating-data-driven-graphics.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

thanks c_pfaffenbichler

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

You’re welcome. 

 

How good are you with JavaScript? 

Which file format is the external file? 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

Variables and Data Sets might do the trick.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

thanks ed

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

How good are you with JavaScript? Total newbie, would be very grateful for a sample script that could do something even close to this, so I could learn from it.

Which file format is the external file? Can make it as anything really, but I was thinking .csv for now, unless you suggest otherwise?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 08, 2020 Jun 08, 2020

Copy link to clipboard

Copied

.csv is best option for this task.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 09, 2020 Jun 09, 2020

Copy link to clipboard

Copied

thanks Kukurykus, would you have any suggestions on a script to get me started?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 09, 2020 Jun 09, 2020

Copy link to clipboard

Copied

LATEST

Maybe you'll find something interesting: CSV

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines