Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
533 changes: 533 additions & 0 deletions _iconCloud/categories.csv

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions _iconCloud/categories.transforms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[
{
"method": "LoadTable",
"params":
{
"relativePath": "_DataFilePath_",
"rootPath": "_RootPath_"
},
"variable": "iconCategoriesInputTable"
},
{
"method": "ForEachRow",
"transforms": [
{
"method": "Copy",
"params":
{
"from": "_LibraryKey_"
},
"variable": "_IconData_LibraryKey_"
},
{
"method": "Copy",
"params":
{
"from": "_IconTypeKey_"
},
"variable": "_IconData_TypeKey_"
},
{
"method": "GetColumnValue",
"params":
{
"columnName": "iconColumnIconKeyValueName",
"iterator": "iconCategoriesTableIterator"
},
"variable": "iconKeyValue"
},
{
"method": "GetHashKey",
"notes": "The icon Key is derived from the shortend icon file name.",
"params":
{
"from": "iconKeyValue"
},
"variable": "_IconData_Key_"
},
{
"method": "UpdateVariablesTable",
"params":
{
"variables": "_IconDataVariables_"
},
"variable": "_IconData_"
},
{
"method": "Clear",
"variable": "iconArtifacts"
},
{
"method": "GetColumnValue",
"params":
{
"columnName": "iconColumnCategoriesName",
"iterator": "iconCategoriesTableIterator"
},
"variable": "iconCategories"
},
{
"method": "AddToVariableBag",
"params":
{
"value": "iconCategories"
},
"variable": "iconArtifacts"
},
{
"method": "AddNameValuePairsToAssociationTable",
"params":
{
"key": "_IconData_Key_",
"keyColumn": "_IconArtifactData_IconKey_",
"namesColumn": "_IconArtifactData_Name_",
"values": "iconArtifacts",
"valuesColumn": "_IconArtifactData_Value_"
},
"variable": "_IconArtifactData_"
}
],
"variable": "iconCategoriesTableIterator"
}
]
48 changes: 48 additions & 0 deletions _iconCloud/categories.variables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[
{
"name": "iconCategoriesInputTable",
"tableSpecifier":
{
"dataColumnIndex": 0,
"dataRowIndex": 1,
"headerRowIndex": 0
},
"type": "Table",
"valueType": "None"
},
{
"name": "iconColumnIconKeyValueName",
"referenceOnly": true,
"type": "Value",
"value": "IconKeyValue",
"valueType": "Text"
},
{
"name": "iconColumnCategoriesName",
"referenceOnly": true,
"type": "Value",
"value": "Categories",
"valueType": "Text"
},
{
"TargetName": "iconCategoriesInputTable",
"name": "iconCategoriesTableIterator",
"type": "TableIterator"
},
{
"name": "iconKeyValue",
"type": "Value",
"valueType": "Text"
},
{
"name": "iconCategories",
"type": "Value",
"valueType": "Text"
},
{
"name": "iconArtifacts",
"type": "VariableBag",
"valueType": "None",
"values": []
}
]
Loading
Loading