Skip to main content

Microsoft Access Input

Description:

Microsoft Access Input is a step in the Input Plugin for Process Studio Workflows. Microsoft Access Input plugin step reads directly from Microsoft Access "MDB" files.

Configurations:

Field NameDescription
Step nameSpecify the name of the step. This name can me modified from the default name and has to be unique within the workflow.
Filename is defined in a fieldEnable checkbox to accept filenames from previous steps.
Get filename from fieldSelect the field that will contain the filenames at runtime from this list.
File or directorySpecify the location and/or name of the input file or browse for the file.

**Note:**Click Add to add the file/directory/wildcard combination to the list of selected files (grid) below.

Regular ExpressionSpecify the regular expression you want to use to select the files in the directory specified in the previous option.
Selected filesContains a list of selected files (or wildcard selections) and a property specifying if file is required or not. If a file is required and it is not found, an error is generated; otherwise, the file name is skipped.
Show Filename(s) buttonDisplays a list of all files that will be loaded based on the current selected file definitions
Preview rows buttonClick Preview to examine the contents of the specified Access file
Content Tab
TableThe access table-name to read data from.
Include filename in output?Allows you to specify a field name to include the file name (String) in the output of this step.
Include table name in output?Allows you to specify a field name to include the table name (String) in the output of this step.
Include rownum in output?Allows you to specify a field name to include the row number (Integer) in the output of this step.
Reset rownum per file?This check box will start to number at 1 in each file that is being read.
LimitSpecify an integer larger than zero here to limit the number of rows being read by this step.
Add filename to result?Adds the Access filenames read to the result of this workflow.

A unique list is being kept in memory that can be used in the next process entry in a process, for example in another workflow.

Fields Tab
NameSpecify the name of the output field.
ColumnSpecify the name of the column in the Access table.
TypeSpecify the data type to convert to.
FormatSpecify the format or conversion mask to use in the data type conversion.
LengthSpecify the length of the output data type.
PrecisionSpecify the precision of the output data type.
CurrencySpecify the currency symbol to use during data type conversion.
DecimalSpecify the numeric decimal symbol to use during data type conversion.
GroupSpecify the numeric grouping symbol to use during data type conversion.
Trim typeSpecify the type of trimming to use during data type conversion.
RepeatChoose from Y/N. Select Y to repeat the column value of the previous row if the column value is empty (null).