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:

No.Field NameDescription
1Step nameSpecify the name of the step. This name can me modified from the default name and has to be unique within the workflow.
2Filename is defined in a fieldEnable checkbox to accept filenames from previous steps.
3Get filename from fieldSelect the field that will contain the filenames at runtime from this list.
4File 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.

5Regular ExpressionSpecify the regular expression you want to use to select the files in the directory specified in the previous option.
6Selected 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.
7Show Filename(s) buttonDisplays a list of all files that will be loaded based on the current selected file definitions
8Preview rows buttonClick Preview to examine the contents of the specified Access file
Content Tab
1TableThe access table-name to read data from.
2Include filename in output?Allows you to specify a field name to include the file name (String) in the output of this step.
3Include table name in output?Allows you to specify a field name to include the table name (String) in the output of this step.
4Include rownum in output?Allows you to specify a field name to include the row number (Integer) in the output of this step.
5Reset rownum per file?This check box will start to number at 1 in each file that is being read.
6LimitSpecify an integer larger than zero here to limit the number of rows being read by this step.
7Add 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
1NameSpecify the name of the output field.
2ColumnSpecify the name of the column in the Access table.
3TypeSpecify the data type to convert to.
4FormatSpecify the format or conversion mask to use in the data type conversion.
5LengthSpecify the length of the output data type.
6PrecisionSpecify the precision of the output data type.
7CurrencySpecify the currency symbol to use during data type conversion.
8DecimalSpecify the numeric decimal symbol to use during data type conversion.
9GroupSpecify the numeric grouping symbol to use during data type conversion.
10Trim typeSpecify the type of trimming to use during data type conversion.
11RepeatChoose from Y/N. Select Y to repeat the column value of the previous row if the column value is empty (null).