Possible to Batch Convert .sst files to .json?

Yixuan_ZhongR227T
Explorer
Explorer

Possible to Batch Convert .sst files to .json?

Yixuan_ZhongR227T
Explorer
Explorer

That's my question. 

0 Likes
Reply
Accepted solutions (1)
679 Views
4 Replies
Replies (4)

dave_geeves
Advisor
Advisor

Hi,

I don't believe this is possible as I have converted my files one by one as necessary, but it may be possible with some form of script but I don't know enough about .json file processing.

 

Sorry I can't be more helpful.

 

Kind regards

 

Dave Geeves

0 Likes

simon_hooper
Autodesk
Autodesk
Accepted solution

Hi

 

In the next major release you will be able to use script to convert a sst file containing beams and sections to json, e.g.

{
  "version": "1.0",
  "control": {
    "settings": {
      "outputFolder": "D:\\Test"
    },
    "process": {
      "processType": "MODIFY",
      "modelInFilename": "D:\\Test\\MyModel.sst",
      "commands": {
        "commandArray": [
          {
            "commandType": "SAVE_DATA",
            "modelFilename": "MyModel.json"
          }
        ]
      }
    }
  }
}

Is this what you are looking for, or do you have a number of files to convert?

 

Simon




Simon Hooper
Software Development

Yixuan_ZhongR227T
Explorer
Explorer

This looks promising! Would be glad to be the first to try this!

0 Likes

simon_hooper
Autodesk
Autodesk

Hi Yixuan

Structural Bridge Design 2024.1.2 hotfix has been released. It is now available for download via the Autodesk Access Desktop App or from the Products Updates section for ASBD in the Products & Services part of Autodesk Account. This hotfix addresses a number of issues and adds the SST file to JSON capability requested.

Details at bottom of page:
https://help.autodesk.com/view/SBRDES/ENU/?guid=ASBD_WhatsNew_release_notes_fixed_issues_html

Thanks
Simon




Simon Hooper
Software Development

0 Likes