Is there a way in the WorldServer 11.3 SDK to export the CSV scoping report for a project?

What is the SDK call (or calls) to export a CSV scoping report for a project to a specific file path?

  • Hi Dan,

    Since the post is little old, you might have already found an anwer by yourself, but just in case and just for the other readers.

    Please check the sample code in the following folder of the SDK ZIP.
    \samples\src\com\idiominc\wssdk\samples\component\autoaction\scoping

    It contains some sample AAs regarding to generating of scoping reports in some file format.
    You can find the installer ZIP for those sample AAs as well.
    \samples\dist\autoaction_samples.zip

    And to answer to your question literally, as the above samples show, there is no easy single method call for genrating CSV files.
    However, I believe those sample can provide ideas for you to implement any further functionality by yourself.

    Best,
    Taiki