Getting started
- Directory structure
- Installing a base Asset Control system – Part 1
- Installing a base Asset Control system – Part 2
- Loading, normalizing and consolidating vendor data
- Price consolidating data
Configuration files
Starting, Stopping, Status
Static Data
- Exporting static data of ADOs with ac_dump_ado.pl
- Deleting ADOs with delete_ado.sh
- Getting static attribute values with get_attributes
- Retrieving ADO list contents with listado
Timeseries Data
- Exporting timeseries data of ADOs with dumpdata
- Finding datafile paths with bp
- Do not delete datafile attributes
Formula Engine
- Searching for ADOs with ado_browse()
- Getting static data with attribute()
- Built-in $VARIABLES available to you
- Getting and setting status codes with status()
- Flip data on its side with transpose()
- Sublists with elt()
- A touch of functional programming with map()
- Writing to files with text_write()
- Effectively applying an FE function to one ADO at a time
Good to know
- Uniform logging and error handling with ac_utilities.sh
- Share the load with runparallel
- Applying datafile header settings across an ADO set