Indexed Dataset Parameter

Index Datasets are specialized data sets where values provided in data files can be selected based on an index value. The index can be assigned from any other parameter e.g. a customer id from an incoming request can be used to select a row of values in data file for discount codes.

Index Dataset Details

Note: If user wants to enter the contents in the tabular format, then the user can click on the Table Format checkbox.

Advanced Settings

Example:

If file contains

001/home/netfunction/user1,LA
002/home/netfunction/user2,CA
003/home/netfunction/user3,NY

In parameter we will give F1=file; F2=value it means first parameter value will come from file path as specified in file and second parameter value will be itself. (LA/CA/NY).