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

Extracting ObjectData to CSV or Excel

New Here ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

Hi,

Is there a way to extract an object name, layer name, coordinates and rotation to CSV or Excel file?

 

TOPICS
Feature request , Import and export , Scripting , Third party plugins , Tools

Views

264

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 ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

You will have to gather all these pieces of information individually and then write it into a CSV file. You can find samples of all these individual pieces on this forum. If you get stuck on some step feel free to ask, people around here are very helpful.

-Manan

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
New Here ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

i am sure there should be a way to make it automatic

 

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 ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

What do you mean by automatic? When you assemble the pieces of code that we discussed the script would be the automation that you are looking for. Do you mean about a way to get this done without a script?

-Manan

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
New Here ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

Thanks for getting back to me Manan. You have not mentioned pieces of code in the first message. I would appreciate if you could give me some key words-ideas and possibly links that I could use to start investigating. 
regards

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
Participant ,
Dec 03, 2020 Dec 03, 2020

Copy link to clipboard

Copied

LATEST

some key words/ideas would be to select the item, then run the script.

Script could check selected information ex:
docRef.selection[0].position

docRef.selection[0].tags[0].value

...

then use streamWriter to write the .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