Appboard/2.4/builder/data sources/file: Difference between revisions

imported>Jason.nicholls
No edit summary
imported>Jason.nicholls
No edit summary
Line 3: Line 3:
File based data adapters allow AppBoard to consume data from any files the server process has permissions to read, including network mounted filesystems.
File based data adapters allow AppBoard to consume data from any files the server process has permissions to read, including network mounted filesystems.


The ''Shell Command'' adapter is a special case where AppBoard actually executes the specific command and then captures the response.
The ''Shell Command'' adapter is a special case where AppBoard actually executes the specified command and then captures the response.
 


=== CSV File & Directory ===
=== CSV File & Directory ===
Configuration Options:
{|class="wikitable"
!Option
!Description
|-
|'''Directory'''
| Only applicable to the CSV Directory data adapter and defines the path containing the files to be read.
|-
|'''File Extension'''
| Only applicable to the CSV Directory data adapter and defines the set of files AppBoard will look for in the defined directory, e.g. <tt>*.csv</tt>
|-
|'''File Path'''
| Only applicable to the CSV File data adapter and defines the specific path and filename of the file to be read.
|-
|'''Data Delimiter'''
|
|-
|'''Contains Header Line'''
|
|-
|'''Header Meta Delimiter'''
|
|-
|'''String Boundaries'''
|
|}


=== XLS File & Directory ===
=== XLS File & Directory ===


=== Shell Command ===
=== Shell Command ===

Revision as of 07:39, 19 September 2013


File based data adapters allow AppBoard to consume data from any files the server process has permissions to read, including network mounted filesystems.

The Shell Command adapter is a special case where AppBoard actually executes the specified command and then captures the response.


CSV File & Directory

Configuration Options:

Option Description
Directory Only applicable to the CSV Directory data adapter and defines the path containing the files to be read.
File Extension Only applicable to the CSV Directory data adapter and defines the set of files AppBoard will look for in the defined directory, e.g. *.csv
File Path Only applicable to the CSV File data adapter and defines the specific path and filename of the file to be read.
Data Delimiter
Contains Header Line
Header Meta Delimiter
String Boundaries

XLS File & Directory

Shell Command