2022-11-02 11:56 PM
Hope this is the right section....
Just wondering if there is a way to aumomate project info input.
I usually write down a projet/clients details in a Word doc that I keep in the project folder. I then find myself inputing the same data into AC when I start the project for autotext use (client name, addresses, site details etc).
I was just wondering if there is a way to create a document (Word, PDF, Excel) that can then be used to import the data into the AC project info??
Thanks
Thanks
2022-11-03 12:22 AM
Searching this Community for "import project info" brought up this 15 year old thread. Nothing has changed. You still have to edit the XML file as exported by Archicad to fill in content in a format that Archicad can import.
https://community.graphisoft.com/t5/Collaborate-forum/Project-Info-to-excel/m-p/46056
To see what the XML file looks like, just click the Export button at the bottom of the Project Info dialog.
I think having Project Info use a CSV or tab-delimitted text file (Excel, Word, etc) would sure make this easier if you want to make a wish for what you'd like to see in the Wishes forum:
https://community.graphisoft.com/t5/Wishes-forum/bd-p/ideas
2022-11-03 01:59 AM
This would be a simple Python script, unfortunately the present Python API can not address the Project Info and requires a C++ AddOn via the Python "Command Handler" function. Both the script and the addon exists at present (data-access.apx) But,of course, would involve some familiarity with Python in Archicad.
As a alternative, if you have access to Rhino and grasshopper, you could configure the same through grasshopper components without any programing skill. I made a video on such a process -- 23 minutes in.
While the Tapir project is still in Beta, the components and addOn per the video were submitted but are not the the format that the project requires. Perhaps some one from the project could assist?? The idea is that you would fill in a spreadsheet then save to a CSV file which would then be input to a grasshopper component. IOW a solution exists but we need a little help getting it out.
i also agree that a XML file would also work, but for myself, I usually get confused and make several format mistakes in creating one, The Python or Tipar approach seems more straight forward.
2022-11-03 06:14 AM
Thanks. Yes Im sure it would be very easy to setup using strings.