2024-11-15 07:10 AM
Operating system used: Windows
I want to install this feature and use it, but the linked video didn't give me a proper python file.
In another response, an Archicad official said that there will be a way to use it without installing the Python file soon, but I'm wondering when that is and when it will be able to use this feature perfectly.
linked video :
https://graphisoft.sharefile.com/share/view/s852df7d2f10f47708082f329e3cc32d8
2024-11-15 08:00 AM
My understanding is there is a python tool in the Library Developer Kit.
But where do we find the LDK for 28?
Barry.
2024-11-15 08:14 AM
Found it.
https://archicadapi.graphisoft.com/downloads/library-developer-kit
You have to sign in with your Graphisoft ID.
But now I have downloaded and opened it, I still have no idea what Python file was being run in that video.
Barry.
2024-11-15 09:00 AM
Are you able to shed any light on the tool that is being run to convert the mapping table JSON file into the Excel spreadsheet?
And where to find it?
At 2.00 in the video.
Barry.
2024-11-18 09:36 AM
Did you set my post as a solution or was it one of the other moderators?
If it was you, did you figure out what python script was run to convert the JSON file into a CSV file?
If not then I will un-mark this as a solution.
Barry.
2026-02-27 07:58 AM - edited 2026-02-27 08:59 AM
Did anyone figure out how to get it into Excel? Or any better way of editting that find and select in notepad...
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2026-02-27 09:12 AM
I just googled "can excel edit a jason file".
There is a resulting AI instruction and a video link of how to do it.
I managed to open a file then imported the data to Excel for editing.
But have not yet figured out how to export it back to a JSON file.
Barry.
2026-02-27 09:16 AM - edited 2026-02-27 10:01 AM
I have figured out how to get is all into Excel using the Power Query Editor. Converted it to a table without delimiters. Expanded the features, then split first column that contains the parameter address using "/" as a delimiter. Now to see if there is a way to get it back into JSON...
Ling.
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2026-02-27 09:24 AM
Once you have the date in power query, you need to 'close & load' the data into excel.
Where you can now edit it.
But you can't save back as a JSON file.
You must convert it as highlighted in step 4 above.
I haven't tried this yet.
Barry.
2026-02-27 10:03 AM
Hm. Might look into the VBA option, though from memory, that requires security permissions on the user side.
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |