Skip to content

autodesk-platform-services/aps-takeoff.exchange.csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aps-takeoff.exchange.csv

Node.js npm Platforms Data-Management

ACC Takeoff

MIT Level

Description

The sample includes the following 2 main features:

  1. Support takeoff project set up, include setting measurement system, importing/updating/exporting takeoff classification systems from/to csv file.
  2. Support handling takeoff items under package, include creating package, list takeoff items under current package or all packages, you can also export these information to a csv file.

To use the sample, you can check the following tasks:

Items:

  • Display Autodesk Takeoff Inventory in readable form or raw form in two tables (one for the items grouped and other for all items).
  • Export Autodesk Takeoff Inventory from current or all packages available in readable form or raw form from both tables to a CSV file.

Project Settings

  • Display Takeoff Measurement System currently defined and an interface to modify it (when possible).
  • Display Classifications systems from available classification systems.
  • Export classifications from available classification systems.
  • Import and Update classification systems (when possible).

Thumbnail

thumbnail

Live version

You can run this sample live here:

https://autodesk-takeoff-exchange.autodesk.io

and the recording demonstrating how to run here:

https://www.youtube.com/watch?v=pZlKA6NftKY

Web App Setup

Prerequisites

  1. APS Account: Learn how to create a APS Account, activate subscription and create an app at this tutorial.
  2. ACC Account: must be Account Admin to add the app integration. Learn about provisioning.
  3. Autodesk Takeoff: Create ACC project, activate Takeoff module, according to the guide
  4. Node.js: basic knowledge with Node.js.
  5. JavaScript basic knowledge with jQuery

For using this sample, you need an Autodesk developer credentials. Visit the APS Developer Portal, sign up for an account, then create an app. For this new app, use http://localhost:3000/api/aps/callback/oauth as Callback URL. Finally take note of the Client ID and Client Secret.

Running locally

Install NodeJS, version 14 or newer.

Clone this project or download it (this nodejs branch only). It's recommended to install GitHub desktop. To clone it via command line, use the following (Terminal on MacOSX/Linux, Git Shell on Windows):

git clone https://github.com/autodesk-platform-services/aps-takeoff.exchange.csv

Install the required packages using npm install.

Environment variables

Set the enviroment variables with your client ID & secret and finally start it. Via command line, navigate to the folder where this repository was cloned and use the following:

Mac OSX/Linux (Terminal)

npm install
export APS_CLIENT_ID=<<YOUR CLIENT ID FROM DEVELOPER PORTAL>>
export APS_CLIENT_SECRET=<<YOUR CLIENT SECRET>>
export APS_CALLBACK_URL=<<YOUR CALLBACK URL>>

npm start

Windows (use Node.js command line from Start menu)

npm install
set APS_CLIENT_ID=<<YOUR CLIENT ID FROM DEVELOPER PORTAL>>
set APS_CLIENT_SECRET=<<YOUR CLIENT SECRET>>
set APS_CALLBACK_URL=<<YOUR CALLBACK URL>>

npm start

Using the app

Open the browser: http://localhost:3000.

Please watch the Video for the detail setup and usage, or follow the steps:

  • Setup the app before using the App
  1. Make sure to Create ACC project, activate and configure Takeoff module.
  • Operate with App after setup
  1. Once you select a project, the sample will load the packages available. With project and package/classification selected, the takeoff items will be retrieved in the table.
  2. When Items panel is selected, the sample shows a list of packages available and display the content of the selected one in two tables. The first Table shows the data classified according to the selected options and the second table shows each individual takeoff item. At the right side it shows UI to handle Export based on grouped items or list of all items for the selected package or the whole project.
  3. When Project Settings panel is selected, the sample shows a list of classification systems available, also list information of the current selected classfication system. At the right side it shows UI to handle Measurement System, Import Classification, Update Classification (these first three might be disables depending on usage on your project) and Export Classification.

Known issues

  1. For the extraction as CSV, the fileds containing commas are replaced by blank spaces, so they're not mistaken as another column.

Tips & Tricks

  1. When Importing or Updating, the first line of the csv is reserved for header and is ignored.
  2. Be aware of the limitations when creating and updating classification system or changing measurement systems.
  3. After changing between tabs or projects, it might take some seconds to show the proper buttons and check what is available to change. It's a good practice to wait the loading and then perform the tasks.

Troubleshooting

  1. Cannot see my ACC projects: Make sure to provision the APS App Client ID within the ACC Account, learn more here. This requires the Account Admin permission.

Further Reading

Document:

Blogs:

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Change History

Improve Date: 2022-4-18

  • Support setting up takeoff project, including measurement system, importing/updating/exporting takeoff classification systems from/to csv file.

Written by

João Martins @JooPaulodeOrne2, Developer Advocate and Support