PHP Driver Files: info.inc
This file provides ARDI with the human-readable name for your driver.
Below is an example from the text driver.
<?php $src['code'] = 'text'; $src['name'] = 'Text File Data'; $src['sourceformat'] = '<filename>:<delimiter>:<lookupcol>:<valuecol>'; $src['linkformat'] = '<lookup>'; ?>
It sets the following properties….
Property | Description |
---|---|
code | The name of the drivers folder and python script file |
name | A human-readable name for the driver |
sourceformat | Documents the structure of the address for the data source |
linkformat | Documents the structure of the address for the data link |