-
Notifications
You must be signed in to change notification settings - Fork 74
load attrfile
Chris Ladd edited this page Oct 11, 2019
·
3 revisions
stack load attrfile [file=string] [processor=string]
Load attributes into the database. The attribute csv file needs to have a mandatory 'target'
column with hostnames. There are 2 ways of specifying attribute name, value:
1. Add 'attrName', 'attrVal' columns with attribute name and value respectively.
2. The attribute name can also be a column in the spreadsheet and the cell at the
intersection of a hostname row can contain the attribute value.
-
{file=string}
-
{processor=string}
The processor used to parse the file and to load the data into the database. Default: default.
-
stack load attrfile file=attrs.csv
Load all the attributes in file named attrs.csv and use the default processor.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.