Files
FileFlowsPlugins/CollectionNodes/CollectionNodes.en.json
2022-01-05 21:42:29 +13:00

26 lines
1.3 KiB
JSON

{
"Flow":{
"Parts": {
"DataCollection": {
"Description": "Checks a database for a key and a matching value. If not in the database, will add it to the database.\n\nOutput 1: Not in database\nOutput 2: In database and the same\nOutput 3: In datbase but value different.",
"Outputs": {
"1": "Not in database",
"2": "In database and same",
"3": "In database but value different"
},
"Fields": {
"DatabaseFolder": "Database Folder",
"DatabaseFolder-Help": "The location to save the SQLite database file. This folder must be accessible by every processing node.",
"DatabaseFile": "Database File",
"DatabaseFile-Help": "The SQLite database file. This file must be accessible by every processing node.",
"Key": "Key",
"Key-Help": "The key value used to index the collection. If left empty the original filename will be used.",
"Value": "Value",
"Value-Help": "The value to check the collection for. Can be a variable from a previous node.",
"UpdateIfDifferent": "Update If Different",
"UpdateIfDifferent-Help": "If the value in the collection should be updated if the stored value is different."
}
}
}
}
}