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….

PropertyDescription
codeThe name of the drivers folder and python script file
nameA human-readable name for the driver
sourceformatDocuments the structure of the address for the data source
linkformatDocuments the structure of the address for the data link