To create the structure of a nonstandard map
nismap create –i fieldNumber –g "separator" mapName
Argument | Description |
---|---|
fieldNumber | The number of the field that contains the key to the map. |
"separator" | The character used to separate fields, in quotation marks. To
specify a space as a separator, enclose the space in double
quotation marks (" "). For example:
nismap create –i 1 –g " " Phones creates a map called Phones in which the key field is the first field and the separator character is a space. Other white-space characters, such as tab, are also accepted. |
mapName | The name of the map. |
Notes
nismap /?
Related Topics
Managing standard and nonstandard maps