0% found this document useful (0 votes)
9 views42 pages

Cataloger Bot

The document outlines a series of commands for automating tasks related to logging data to a file and interacting with Excel spreadsheets. It includes details on file paths, logging options, and REST API calls to retrieve industry information based on company domains. Additionally, it specifies error handling, string substitutions, and response capturing settings for the automation process.

Uploaded by

durga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views42 pages

Cataloger Bot

The document outlines a series of commands for automating tasks related to logging data to a file and interacting with Excel spreadsheets. It includes details on file paths, logging options, and REST API calls to retrieve industry information based on company domains. Additionally, it specifies error handling, string substitutions, and response capturing settings for the automation process.

Uploaded by

durga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 42

{

"triggers": [],
"nodes": [
{
"uid": "49dfc08b-ffab-470b-9efe-eae93b277c10",
"commandName": "logToFile",
"packageName": "LogToFile",
"disabled": false,
"attributes": [
{
"name": "filePath",
"value": {
"type": "FILE",
"string": "file:///D:/AA/Cataloger/Results.csv"
}
},
{
"name": "logContent",
"value": {
"type": "STRING",
"string": "Title, Seniority, Department, SubDepartment"
}
},
{
"name": "appendTimestamp",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "logOption",
"value": {
"type": "STRING",
"string": "OVERWRITE_FILE"
}
},
{
"name": "encodingValue",
"value": {
"type": "STRING",
"string": "ANSI"
}
}
]
},
{
"uid": "aa538f3e-b2f1-4cf4-a267-31de23582f05",
"commandName": "OpenSpreadsheet",
"packageName": "Excel_MS",
"disabled": false,
"attributes": [
{
"name": "excelSourceOption",
"value": {
"type": "STRING",
"string": "desktopfilepath"
}
},
{
"name": "filePath",
"value": {
"type": "FILE",
"string": "file:///D:/AA/Cataloger/Input.xlsx"
}
},
{
"name": "containsHeader",
"value": {
"type": "BOOLEAN",
"boolean": true
}
},
{
"name": "isSpecificSheet",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "fileAccessMode",
"value": {
"type": "STRING",
"string": "EDIT"
}
},
{
"name": "isSecure",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "loadAddIns",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "excludeHiddenSheets",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "containsChart",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
],
"returnTo": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default"
},
"sessionTarget": "LOCAL"
}
},
{
"uid": "a543526d-55d5-48a3-af36-d81736073f15",
"commandName": "loop.commands.start",
"packageName": "Loop",
"disabled": false,
"children": [
{
"uid": "e7d5cfad-4360-43f8-94c0-a6235ab30a1e",
"commandName": "assign",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"expression": "$ExcelRow[0]$"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "Title"
}
},
{
"uid": "c43df207-54e7-497b-bb49-2d20ba8c1dfd",
"commandName": "try",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "90e504f3-4715-48ca-9921-f394506f113a",
"commandName": "step",
"packageName": "Step",
"disabled": true,
"children": [
{
"uid": "8270b671-6a83-4e72-b74b-69473f516165",
"commandName": "restPost",
"packageName": "Rest",
"disabled": false,
"attributes": [
{
"name": "uriOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "uri",
"value": {
"type": "STRING",
"string": "http://localhost:11435/api/chat"
}
},
{
"name": "proxyType",
"value": {
"type": "STRING",
"string": "SYSTEM"
}
},
{
"name": "authenticationMode",
"value": {
"type": "STRING",
"string": "NoAuthentication"
}
},
{
"name": "headerContentType",
"value": {
"type": "STRING",
"string": "application/json"
}
},
{
"name": "parameterOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "jsonPostParameters",
"value": {
"type": "STRING",
"string": "{\n \"model\": \"hf.co/tensorblock/llama-3-8b-
gpt-4o-ru1.0-GGUF:Q5_K_M\",\n \"messages\": [\n
{ \"role\": \"user\", \"content\": \"Provide the industries associated with
{{company}} based on its domain, {{domain}}. Use trusted data sources such as
Gartner, Forrester, or similar. If the company is associated with multiple
industries, separate the industries with commas. If only one industry is relevant,
return just that industry. If you cannot determine any industry or the data is
unavailable, return 'N/A' and nothing else. Absolutely, do not include any other
information, context, or descriptions. Do not hallucinate or guess. Only the
industry or industries should be returned as text, with no extra details. Keep the
count of Industries to 3 or below\" },\n
{ \"role\": \"system\", \"content\": \"Identify and provide only the industries
associated with the company based on its domain, {{domain}}, using credible and
reputable data sources like Gartner, Forrester, or other established industry
research organizations. If the company operates in more than one industry, list
them all, separated by commas. If you can identify up to three industries, return
those; otherwise, stick to the most relevant one. If the industry information is
not available or cannot be determined, return 'N/A'. Do not provide any extra
context, description, or company name. Only return the industry keywords, with no
additional text. Avoid any assumptions or hallucinations.\" }\n ],\n \"stream\"
: false,\n \"options\": {\n \"temperature\": 0.2\n }\n}\n\n\n\n\n\n\n"
}
},
{
"name": "stringSubstitution",
"value": {
"type": "LIST",
"list": [
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "company"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Company$"
}
}
]
},
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "domain"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Domain$"
}
}
]
}
]
}
},
{
"name": "captureFailureResponse",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "allowInsecureConnection",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "acceptCookies",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "timeOut",
"value": {
"type": "NUMBER",
"number": "5000"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "dicResponse"
}
}
],
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Local 4o"
}
}
]
},
{
"uid": "03587e18-5b8d-402c-bf7a-76b584e2bf62",
"commandName": "step",
"packageName": "Step",
"disabled": true,
"children": [
{
"uid": "8509f194-ca84-4101-b0fe-2b470f8252d1",
"commandName": "restPost",
"packageName": "Rest",
"disabled": false,
"attributes": [
{
"name": "uriOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "uri",
"value": {
"type": "STRING",
"string":
"https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-pro-
002:generateContent?key=AIzaSyDKmAKBmqRtuyW3dlhFC7cJqnPQcoK49xw"
}
},
{
"name": "proxyType",
"value": {
"type": "STRING",
"string": "SYSTEM"
}
},
{
"name": "authenticationMode",
"value": {
"type": "STRING",
"string": "NoAuthentication"
}
},
{
"name": "headerContentType",
"value": {
"type": "STRING",
"string": "application/json"
}
},
{
"name": "parameterOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "jsonPostParameters",
"value": {
"type": "STRING",
"string": "{\"contents\":[{\"parts\":[{\"text\":\"Identify
which industries does {{company}}({{domain}}) lie in? Return up to 3, comma-
separated. If unavailable, ONLY return N/A\"}]}]}\n\n\n\n\n\n\n\n\n\n"
}
},
{
"name": "stringSubstitution",
"value": {
"type": "LIST",
"list": [
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "company"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Company$"
}
}
]
},
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "domain"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Domain$"
}
}
]
}
]
}
},
{
"name": "captureFailureResponse",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "allowInsecureConnection",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "acceptCookies",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "timeOut",
"value": {
"type": "NUMBER",
"number": "50000"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "dicResponse"
}
}
],
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Gemini flash 1.5"
}
}
]
},
{
"uid": "cb5b39af-a8f4-4f2e-9ad2-d1b4288c6864",
"commandName": "step",
"packageName": "Step",
"disabled": false,
"children": [
{
"uid": "86904435-7d5b-4b0f-a204-b404faca9d88",
"commandName": "messageBox",
"packageName": "MessageBox",
"disabled": true,
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Automation Anywhere Enterprise Client"
}
},
{
"name": "content",
"value": {
"type": "STRING",
"expression": "{\"contents\":[{\"parts\":[{\"text\":
$strPrompt1$ You are given a job title: ONLY return JSON. $Title$. Based on this
provide the Designation, SubDesignation, Division, Department. Give it in a
structured json format. Give only 1 value per attribute. Only give Generic
values.\"}]}]}"
}
},
{
"name": "scrollLines",
"value": {
"type": "NUMBER",
"number": "30"
}
},
{
"name": "closeMsgBox",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
]
},
{
"uid": "5b2592eb-53b9-493f-bfcb-5c54afe30208",
"commandName": "restPost",
"packageName": "Rest",
"disabled": false,
"attributes": [
{
"name": "uriOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "uri",
"value": {
"type": "STRING",
"string":
"https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-
pro:generateContent?key=AIzaSyDKmAKBmqRtuyW3dlhFC7cJqnPQcoK49xw"
}
},
{
"name": "proxyType",
"value": {
"type": "STRING",
"string": "SYSTEM"
}
},
{
"name": "authenticationMode",
"value": {
"type": "STRING",
"string": "NoAuthentication"
}
},
{
"name": "headerContentType",
"value": {
"type": "STRING",
"string": "application/json"
}
},
{
"name": "parameterOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "jsonPostParameters",
"value": {
"type": "STRING",
"string": "{\"contents\":[{\"parts\":
[{\"text\":\"{{prompt}} You are given a job title: ONLY return JSON. {{title}}.
Based on this provide the Seniority, Department, SubDepartment. Give it in a
structured json format. Always return the same structured format. Give only 1 value
per attribute. Only give Generic values.\"}]}], \n\n\"generationConfig\": {\
n \"temperature\": 0.0,\n \"topK\": 90,\n \"topP\": 0.1,\
n \"maxOutputTokens\": 8192,\n \"responseMimeType\": \"text/plain\"\n }}\n\
n\n"
}
},
{
"name": "stringSubstitution",
"value": {
"type": "LIST",
"list": [
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "title"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Title$"
}
}
]
},
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "prompt"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$strPrompt$"
}
}
]
}
]
}
},
{
"name": "captureFailureResponse",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "allowInsecureConnection",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "acceptCookies",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "timeOut",
"value": {
"type": "NUMBER",
"number": "50000"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "dicResponse"
}
},
{
"uid": "79945ae0-6208-4299-9b58-7e0b0da8a6b3",
"commandName": "messageBox",
"packageName": "MessageBox",
"disabled": true,
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Automation Anywhere Enterprise Client"
}
},
{
"name": "content",
"value": {
"type": "STRING",
"expression": "$dicResponse{Body}$"
}
},
{
"name": "scrollLines",
"value": {
"type": "NUMBER",
"number": "30"
}
},
{
"name": "closeMsgBox",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
]
}
],
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Gemini flash 1.5"
}
}
]
},
{
"uid": "0379dae0-3278-4b87-a1ef-68d0dcbc57bc",
"commandName": "step",
"packageName": "Step",
"disabled": true,
"children": [
{
"uid": "66c7eec3-f825-4af3-869a-e95799480830",
"commandName": "restPost",
"packageName": "Rest",
"disabled": false,
"attributes": [
{
"name": "uriOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "uri",
"value": {
"type": "STRING",
"string":
"https://us-central1-aiplatform.googleapis.com/v1/projects/284714353332/locations/
us-central1/endpoints/7251297876880392192:predict"
}
},
{
"name": "proxyType",
"value": {
"type": "STRING",
"string": "SYSTEM"
}
},
{
"name": "authenticationMode",
"value": {
"type": "STRING",
"string": "NoAuthentication"
}
},
{
"name": "customHeaders",
"value": {
"type": "LIST",
"list": [
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "enabled",
"value": {
"type": "BOOLEAN",
"boolean": true
}
},
{
"key": "name",
"value": {
"type": "STRING",
"string": "Authorization"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"string": "Bearer
ya29.a0ARW5m74bTdgVXHUUvxdlZu6CyW8dwhnbsfj3wRMJU5Y4IrqKI_99FuUFgZ7vcgzyV-
0kPyROAcr6nUHdICnFdDV_ZbtFLy-
HomZB2OhGP8ko4zt8d3uyYPoSDwHkcAYvHgNHRyegxQWM9DfGbho_60nP4tsu6A2_5UygM6GsOeJwwJgaCg
YKAccSARISFQHGX2MiPdOvqkoAbATS-T5A_kg68Q0182"
}
}
]
}
]
}
},
{
"name": "headerContentType",
"value": {
"type": "STRING",
"string": "application/json"
}
},
{
"name": "parameterOption",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "jsonPostParameters",
"value": {
"type": "STRING",
"string": "{\n \"instances\": [\n {\n \"
@requestFormat\": \"chatCompletions\",\n \"messages\": [\n {\
n \"role\": \"user\",\n \"content\": \"Identify
which industries does {{company}}({{domain}}) lie in? Return up to 3, comma-
separated. If unavailable, ONLY return N/A\"\n }\n ],\n
\"max_tokens\": 100\n }\n ]\n}\n\n\n\n\n\n\n"
}
},
{
"name": "stringSubstitution",
"value": {
"type": "LIST",
"list": [
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "company"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Company$"
}
}
]
},
{
"type": "DICTIONARY",
"dictionary": [
{
"key": "name",
"value": {
"type": "STRING",
"string": "domain"
}
},
{
"key": "value",
"value": {
"type": "STRING",
"expression": "$Domain$"
}
}
]
}
]
}
},
{
"name": "captureFailureResponse",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "allowInsecureConnection",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "acceptCookies",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "timeOut",
"value": {
"type": "NUMBER",
"number": "5000"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "dicResponse"
}
}
],
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Gemma 2 9B"
}
}
]
}
],
"branches": [
{
"uid": "daebec92-59cb-4869-8ffc-3cc06e4f9f3a",
"commandName": "catch",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "31fb840a-6d58-4a12-8d57-ad7db4e2543d",
"commandName": "messageBox",
"packageName": "MessageBox",
"disabled": true,
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Automation Anywhere Enterprise Client"
}
},
{
"name": "content",
"value": {
"type": "STRING",
"expression": "$ErrorMessage$"
}
},
{
"name": "scrollLines",
"value": {
"type": "NUMBER",
"number": "30"
}
},
{
"name": "closeMsgBox",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
]
},
{
"uid": "ae3d415c-07bf-423f-9af3-71c551f20e72",
"commandName": "assign",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"string": "N/A"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "industry"
}
}
],
"attributes": [
{
"name": "exceptionType",
"value": {
"type": "EXCEPTION",
"exceptionName": "BotException",
"packageName": "ErrorHandler"
}
},
{
"name": "continueOnError",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
],
"returns": {
"errorMessage": {
"type": "VARIABLE",
"variableName": "ErrorMessage"
}
}
}
]
},
{
"uid": "b6e49279-dbb4-48a1-9951-e998bef60af0",
"commandName": "StartSession",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "inputType",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "data",
"value": {
"type": "STRING",
"expression": "$dicResponse{Body}$"
}
}
],
"returnTo": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default"
},
"sessionTarget": "LOCAL"
}
},
{
"uid": "daa47896-65e1-4e3a-8282-138836c5cbed",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": true,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "predictions[0].choices[0].message.content"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "industry"
}
},
{
"uid": "f98cbdee-cf1a-41a6-9c6c-abe824cb3ea2",
"commandName": "try",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "3f7c16f9-efe2-4539-afd3-67333857252b",
"commandName": "try",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "b4f04f2c-f104-4c41-881e-dfd8a77207a3",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "candidates[0].content.parts[0].text"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strTotalJson"
}
},
{
"uid": "1a11131c-992f-41be-ab15-15b17fb0dc61",
"commandName": "replace",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"expression": "$strTotalJson$"
}
},
{
"name": "find",
"value": {
"type": "STRING",
"string": "`"
}
},
{
"name": "isCaseSensitive",
"value": {
"type": "STRING",
"string": "false"
}
},
{
"name": "isRegularExpression",
"value": {
"type": "STRING",
"string": "false"
}
},
{
"name": "startIndex",
"value": {
"type": "NUMBER",
"number": "1"
}
},
{
"name": "count",
"value": {
"type": "NUMBER",
"number": "-1"
}
},
{
"name": "replaceWith",
"value": {
"type": "STRING",
"string": ""
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strTotalJson"
}
},
{
"uid": "efa447f8-8274-4940-a091-ca8a9b7a4f23",
"commandName": "replace",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"expression": "$strTotalJson$"
}
},
{
"name": "find",
"value": {
"type": "STRING",
"string": "json"
}
},
{
"name": "isCaseSensitive",
"value": {
"type": "STRING",
"string": "false"
}
},
{
"name": "isRegularExpression",
"value": {
"type": "STRING",
"string": "false"
}
},
{
"name": "startIndex",
"value": {
"type": "NUMBER",
"number": "1"
}
},
{
"name": "count",
"value": {
"type": "NUMBER",
"number": "-1"
}
},
{
"name": "replaceWith",
"value": {
"type": "STRING",
"string": ""
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strTotalJson"
}
}
],
"branches": [
{
"uid": "f852afd4-7fe5-45b1-a282-67831309b0d1",
"commandName": "catch",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "18749bec-22d2-4dfd-b778-16f0ecc13a4e",
"commandName": "StartSession",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "inputType",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "data",
"value": {
"type": "STRING",
"string": "random"
}
}
],
"returnTo": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
},
"sessionTarget": "LOCAL"
}
}
],
"attributes": [
{
"name": "exceptionType",
"value": {
"type": "EXCEPTION",
"exceptionName": "BotException",
"packageName": "ErrorHandler"
}
}
]
}
]
},
{
"uid": "37c14d91-7ad4-417f-9ec8-12c73c9bf146",
"commandName": "StartSession",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "inputType",
"value": {
"type": "STRING",
"string": "text"
}
},
{
"name": "data",
"value": {
"type": "STRING",
"expression": "$strTotalJson$"
}
}
],
"returnTo": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
},
"sessionTarget": "LOCAL"
}
},
{
"uid": "e8129f2c-1ad8-41aa-9d65-203373089491",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "Seniority"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strSeniority"
}
},
{
"uid": "1a22f9bd-acc2-413a-8a31-9ee440cbe0fe",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": true,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "SubDesignation"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strSubDesignation"
}
},
{
"uid": "6d6b26e7-24c6-41aa-8fa3-1ab6fe155f6c",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "SubDepartment"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strSubDepartment"
}
},
{
"uid": "d51c5a95-0013-49e6-ad89-45bd75299fe6",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "Department"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strDepartment"
}
}
],
"branches": [
{
"uid": "35bffc27-f8a3-4e14-94ed-329a1b5b9b00",
"commandName": "catch",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "59df3df6-8c8a-48cb-9592-30918268c2c6",
"commandName": "messageBox",
"packageName": "MessageBox",
"disabled": true,
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Automation Anywhere Enterprise Client"
}
},
{
"name": "content",
"value": {
"type": "STRING",
"expression": "$ErrorMessage$"
}
},
{
"name": "scrollLines",
"value": {
"type": "NUMBER",
"number": "30"
}
},
{
"name": "closeMsgBox",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
]
},
{
"uid": "cfe9226c-9f9d-49d5-95d8-dd59002dff78",
"commandName": "assign",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"string": "Others"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strSeniority"
}
},
{
"uid": "05c99102-b03e-4049-8a8e-d8b599c7f815",
"commandName": "assign",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"string": "Others"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strSubDesignation"
}
},
{
"uid": "0c368120-9fcd-46bb-bf94-94310952e8be",
"commandName": "assign",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"string": "Others"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strDepartment"
}
},
{
"uid": "9e1502af-7428-43df-b67d-ea609b9c653b",
"commandName": "assign",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"string": "Others"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "strSubDepartment"
}
}
],
"attributes": [
{
"name": "exceptionType",
"value": {
"type": "EXCEPTION",
"exceptionName": "BotException",
"packageName": "ErrorHandler"
}
},
{
"name": "continueOnError",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
],
"returns": {
"errorMessage": {
"type": "VARIABLE",
"variableName": "ErrorMessage"
}
}
},
{
"uid": "c6ae25a5-e91e-45d9-9e49-de4453ac139e",
"commandName": "finally",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "71d7ac79-4d4d-404c-a47b-55171acb875e",
"commandName": "EndSession",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "session",
"value": {
"sessionName": {
"string": "Default",
"type": "STRING"
},
"type": "SESSION"
}
}
]
},
{
"uid": "11c246ec-932b-46be-be67-fd18a9b586cb",
"commandName": "try",
"packageName": "ErrorHandler",
"disabled": false,
"children": [
{
"uid": "6c6b5008-3b6a-4417-af45-b39a34977ef2",
"commandName": "EndSession",
"packageName": "Json",
"disabled": false,
"attributes": [
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default2"
}
}
}
]
}
],
"branches": [
{
"uid": "0bb04ce2-83ee-4d90-b6e5-72698731b449",
"commandName": "catch",
"packageName": "ErrorHandler",
"disabled": false,
"children": [],
"attributes": [
{
"name": "exceptionType",
"value": {
"type": "EXCEPTION",
"exceptionName": "BotException",
"packageName": "ErrorHandler"
}
}
]
}
]
}
]
}
]
},
{
"uid": "2448f308-1a92-491a-84a5-65bdfda1d803",
"commandName": "GetNodeValue",
"packageName": "Json",
"disabled": true,
"attributes": [
{
"name": "nodePath",
"value": {
"type": "STRING",
"string": "message.content"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default"
}
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "industry"
}
},
{
"uid": "ea71e21b-aa11-4654-a43c-11ed4314ad7e",
"commandName": "replace",
"packageName": "String",
"disabled": false,
"attributes": [
{
"name": "sourceString",
"value": {
"type": "STRING",
"expression": "$Title$"
}
},
{
"name": "find",
"value": {
"type": "STRING",
"string": ","
}
},
{
"name": "isCaseSensitive",
"value": {
"type": "STRING",
"string": "false"
}
},
{
"name": "isRegularExpression",
"value": {
"type": "STRING",
"string": "false"
}
},
{
"name": "startIndex",
"value": {
"type": "NUMBER",
"number": "1"
}
},
{
"name": "count",
"value": {
"type": "NUMBER",
"number": "-1"
}
},
{
"name": "replaceWith",
"value": {
"type": "STRING",
"string": "-"
}
}
],
"returnTo": {
"type": "VARIABLE",
"variableName": "Title"
}
},
{
"uid": "96c04206-9ec7-400d-878e-35d50c4b6bdb",
"commandName": "logToFile",
"packageName": "LogToFile",
"disabled": false,
"attributes": [
{
"name": "filePath",
"value": {
"type": "FILE",
"string": "file:///D:/AA/Cataloger/Results.csv"
}
},
{
"name": "logContent",
"value": {
"type": "STRING",
"expression": "$Title$,$strSeniority$,$strDepartment$,
$strSubDepartment$"
}
},
{
"name": "appendTimestamp",
"value": {
"type": "BOOLEAN",
"boolean": false
}
},
{
"name": "logOption",
"value": {
"type": "STRING",
"string": "APPEND_FILE"
}
},
{
"name": "encodingValue",
"value": {
"type": "STRING",
"string": "ANSI"
}
}
]
},
{
"uid": "3fffb162-f550-4744-b136-628b2576ded6",
"commandName": "messageBox",
"packageName": "MessageBox",
"disabled": true,
"attributes": [
{
"name": "title",
"value": {
"type": "STRING",
"string": "Automation Anywhere Enterprise Client"
}
},
{
"name": "content",
"value": {
"type": "STRING",
"expression": "$industry$"
}
},
{
"name": "scrollLines",
"value": {
"type": "NUMBER",
"number": "30"
}
},
{
"name": "closeMsgBox",
"value": {
"type": "BOOLEAN",
"boolean": false
}
}
]
}
],
"attributes": [
{
"name": "loopType",
"value": {
"type": "STRING",
"string": "ITERATOR"
}
},
{
"name": "iterator",
"returnTo": {
"type": "VARIABLE",
"variableName": "ExcelRow"
},
"attributes": [
{
"name": "loopSelection",
"value": {
"type": "STRING",
"string": "ALL_ROWS"
}
},
{
"name": "readOption",
"value": {
"type": "STRING",
"string": "READ_CELL_TEXT"
}
},
{
"name": "session",
"value": {
"type": "SESSION",
"sessionName": {
"type": "STRING",
"string": "Default"
}
}
}
],
"value": {
"type": "ITERATOR",
"iteratorName": "loop.iterators.excel",
"packageName": "Excel_MS"
}
}
]
},
{
"uid": "d880b5bf-2c76-4f14-b1f6-9c8075a8b82c",
"commandName": "CloseSpreadsheet",
"packageName": "Excel_MS",
"disabled": false,
"attributes": [
{
"name": "isSave",
"value": {
"boolean": true,
"type": "BOOLEAN"
}
},
{
"name": "session",
"value": {
"sessionName": {
"string": "Default",
"type": "STRING"
},
"type": "SESSION"
}
}
]
}
],
"variables": [
{
"type": "NUMBER",
"subtype": "UNDEFINED",
"readOnly": false,
"input": false,
"output": false,
"name": "SampleNumber"
},
{
"name": "Company",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "dicResponse",
"description": "",
"type": "DICTIONARY",
"readOnly": false,
"input": false,
"output": false,
"subtype": "STRING",
"defaultValue": {
"type": "DICTIONARY",
"dictionary": []
}
},
{
"name": "ExcelRow",
"description": "",
"type": "RECORD",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "RECORD",
"record": {
"schema": [],
"values": []
}
}
},
{
"name": "industry",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "Domain",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"type": "STRING",
"subtype": "UNDEFINED",
"readOnly": false,
"input": false,
"output": false,
"name": "SampleString"
},
{
"name": "ICPExcelRow",
"description": "",
"type": "RECORD",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "RECORD",
"record": {
"schema": [],
"values": []
}
}
},
{
"name": "dicICPValues",
"description": "",
"type": "DICTIONARY",
"readOnly": false,
"input": false,
"output": false,
"subtype": "ANY",
"defaultValue": {
"type": "DICTIONARY",
"dictionary": []
}
},
{
"name": "ICPCounter",
"description": "",
"type": "NUMBER",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "NUMBER",
"number": "0"
}
},
{
"name": "strICPList",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strFitmentDetails",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "ErrorMessage",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "Title",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "Designation",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "SubDesignation",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "Division",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "Department",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strSeniority",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strSubDesignation",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strSubDepartment",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strDepartment",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strTotalJson",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": ""
}
},
{
"name": "strPrompt1",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": "USE ONLY THE FOLLOWING INSTRUCTIONS FOR DEFINING DESIGNATION,
SUBDESIGNATION, DIVISION, DEPARTMENT:\n\nDesignation: Identify and categorize the
given job title based on the following designation taxonomy: Owner, Partner,
Founder, C Suite, VP, Head, Director, Manager, Senior, Entry, Intern, or President.
If the job title does not even loosely match any of these categories, assign it to
Others. Only respond in English.\n\nSubDesignation: Classify the provided job title
into one or more of the following subdesignations: Owner, Partner, Founder, CEO,
Executive Vice President (EVP), Managing Partner, Managing Director, Senior Vice
President (SVP), Head, Controller, Senior Manager, Senior, Entry, Intern, Associate
Head, Associate Director, Associate Manager, Executive Director, Vice President,
Assistant Director, Manager, C Suite, Associate Vice President (AVP), Senior
Director, Team Lead, Assistant Vice President (Asst. VP), or Director. A single job
title may belong to multiple sub-designations. Ensure all classifications align
with this taxonomy. If the job title does not even loosely match any of these
categories, assign it to Others.Only respond in English. If the designation is
coming as Analyst. Think about it and mark as entry if the role is an entry level
role.\n\nDepartment: Classify the given job title into one or more of the following
departments: C Suite, Engineering and Technical, Finance, Human Resources,
Information Technology, Legal, Marketing, Medical and Health, Operations, Sales,
Consulting, Product, Design, or Education. If applicable, a single job title can
belong to multiple departments.If the job title does not even loosely match any of
these categories, assign it to Others.Only respond in English\n\nDivision: Classify
the provided job title into one or more of the following division: Executive,
Artificial Intelligence - Machine Learning, Accounting, Compensation and Benefits,
Application Development, Acquisitions, Advertising, Anesthesiology, Call Center,
Account Management, Consultant, Product Development, All Design, Teacher, Finance
Executive, Bioengineering, Compliance, Culture, Diversity and Inclusion, Business
Service Management - ITSM, Brand Management, Chiropractics, Construction, Business
Development, Product Management, Product or UI-UX Design, Principal, Founder,
Biometrics, Finance, Employee and Labor Relations, Cloud - Mobility, Contracts,
Content Marketing, Clinical Operations, Corporate Strategy, Channel Sales, Graphic
- Visual - Brand Design, Superintendent, Human Resources Executive, Business
Intelligence, Financial Planning and Analysis, Health and Safety, Collaboration and
Web Apps, Corporate Secretary, Customer Experience, Clinical Systems, Customer
Service - Support, Customer Retention and Development, Professor, Information
Technology Executive, Chemical Engineering, Financial Reporting, Human Resource
Information System, Data Center, eDiscovery, Customer Marketing, Dentistry,
Enterprise Resource Planning, Customer Success, Legal Executive, Data Warehouse,
Ethics, Demand Generation, Dermatology, Facilities Management, Field - Outside
Sales, Marketing Executive, Database Administration, Governance, Digital Marketing,
Doctors - Physicians, Leasing, Inside Sales, Medical and Health Executive, DevOps,
Internal Audit and Control, Learning and Development, eCommerce, Governmental
Affairs and Regulatory Law, Epidemiology, Logistics, Partnerships, Operations
Executive, Digital Transformation, Investor Relations, Organizational Development,
Enterprise Architecture, Intellectual Property and Patent, Event Marketing, First
Responder, Office Operations, Revenue Operations, Sales Leader, Mergers and
Acquisitions, Recruiting and Talent Acquisition, Help Desk - Desktop Services,
Labor and Employment, Field Marketing, Infectious Disease, Operations, Sales,
Engineering and Technical Executive, Emerging Technology - Innovation, Real Estate,
Talent Management, HR - Financial - ERP Systems, Lawyer - Attorney, Graphic Design,
Medical Administration, Physical Security, Sales Enablement, Risk, Workforce
Management, Information Security, Legal, Lead Generation, Medical Education and
Training, Project Development, Sales Engineering, Industrial Engineering, Shared
Services, People Operations, Information Technology, Legal Counsel, Marketing,
Medical Research, Quality Management, Sales Operations, Mobile Development,
Sourcing - Procurement, Diversity and Inclusion, Infrastructure, Legal Operations,
Marketing Analytics - Insights, Medicine, Real Estate, Sales Training, Tax, IT
Asset Management, Litigation, Marketing Communications, Neurology, Safety,
Treasury, IT Audit - IT Compliance, Privacy, Marketing Operations, Nursing, Store
Operations, Project Management, Real Estate Finance, IT Operations, Product
Marketing, Nutrition and Dietetics, Supply Chain, Research and Development,
Financial Risk, IT Procurement, Public Relations (PR), Obstetrics - Gynecology,
Scrum Master - Agile Coach, IT Strategy, Oncology, Software Development, IT
Training, Search Engine Optimization - Pay Per Click, Ophthalmology, Support -
Technical Services, Networking, Social Media Marketing, Optometry, Technology
Operations, Project and Program Management, Strategic Communications, Orthopedics,
Test - Quality Assurance, Retail - Store Systems, Pediatrics, Servers, Pharmacy,
Mechanic, Storage and Disaster Recovery, Physical Therapy, Technician,
Telecommunications, Psychiatry, Virtualization, Psychology, Collaboration and Web
App, Public Health, eCommerce Development, Radiology, Social Work, Surgery. A
single job title may belong to multiple functions. Ensure all classifications align
with this taxonomy.If the job title does not even loosely match any of these
categories, assign it to Others.Only respond in English\n\nQuestion : "
}
},
{
"name": "strPrompt",
"description": "",
"type": "STRING",
"readOnly": false,
"input": false,
"output": false,
"defaultValue": {
"type": "STRING",
"string": "USE ONLY THE FOLLOWING INSTRUCTIONS FOR DEFINING
SENIORITY,DEPARTMENT, SUB-DEPARTMENT:\n\nSeniority:Classify the provided job title
into one of the following seniorities ONLY: Owner, Partner, Founder, C Suite, VP,
Head, Director, Manager, Senior, Entry, Intern, President, or Others. Use the
reasoning below to guide classification:\nReasoning:\nC Suite: Top-level authority
responsible for strategic vision and decision-making.\nFounder: Strategic visionary
with key decision-making authority.\nVP: Senior leadership roles, including AVP and
General Manager.\nHead: Oversees operations and strategy, narrower focus than VP.\
nDirector: Manages specific areas, including Deputy Directors.\nPresident: Oversees
entire operations or business units, ranks above Partner and Manager.\nPartner:
Influential in business strategy, includes Managing Partners.\nManager: Implements
strategies, leads teams; Senior Managers hold broader authority.\nSenior:
Experienced specialists without leadership responsibilities.\nEntry: Foundational
roles, includes non-tech industries (e.g., artist, photographer, meat cutter).\
nOwner: Focuses on a single business without broader influence.\nIntern: Training
or learning phase, no strategic role.\nOthers: Arbitrary or long-tail titles (e.g.,
pilot, chemist, housewife).\n\nDepartment: Classify the given job title into one or
more of the following departments:Engineering & Technical, Design, Operations,
Finance, Information Technology, Sales, Marketing, Human Resources, Product, Legal,
Medical and Health, Education,Program and Project Management, Research,
Administrative, Real Estate, Support, Accounting, Quality Assurance, Business
Development, Community and Social Services, Consulting, Media and Communication,
Accounting, Entrepreneurship, Military and Protective Services, Purchasing. If the
job title does not even loosely match any of these categories, assign it to
Others.Only respond in English. \n\nSubDepartment:Classify the given job title into
one or more of the following subdepartments. Note that this classification can only
happen after the department is determined. If the department cannot be determined,
subdepartment can only be marked as Others.\nUse the following mappiung for
Department - SubDepartment:\n\nEngineering & Technical:Artificial Intelligence,
Machine Learning; Bioengineering; Biometrics; Business Intelligence; Chemical
Engineering; Cloud; Mobility; Data Science; DevOps; Digital Transformation;
Emerging Technology; Innovation; Engineering & Technical; Industrial Engineering;
Mobile Development; Software Development; Web Development; Mechanic; Technician;
Technology Operations; Robotics; Internet of Things (iOT)\n\nDesign:Product or UI,
UX Design; Graphic, Visual, Brand Design; Illustrator; Animator; Art Director;
Creative Director; Industrial Designer; Interior Designer; Game Designer; Fashion
Design\n\nOperations:Call Center; Construction; Corporate Strategy; Enterprise
Resource Planning; Logistics; Operations; Physical Security; Project Development;
Quality Management; Store Operations; Supply Chain; Business Process Management\n\
nFinance: Compliance; Finance; Financial Planning & Analysis; Financial Reporting;
Financial Strategy; Financial Systems; Internal Audit & Control; Investor
Relations; Mergers & Acquisitions; Real Estate; Risk; Shared Services; Sourcing,
Procurement; Tax; Treasury; Real Estate Finance; Financial Operations (FinOps);
External Reporting; Controller\n\nInformation Technology:Application Development;
Business Service Management, ITSM; Collaboration & Web Apps; Data Center; Data
Warehouse; Database Administration; Enterprise Architecture; Help Desk, Desktop
Services; HR, Financial, ERP Systems; Information Security; Information Technology;
Infrastructure; IT Asset Management; IT Audit, IT Compliance; IT Operations; IT
Procurement; IT Strategy; IT Training; Networking; Project & Program Management;
Retail, Store Systems; Servers; Storage & Disaster Recovery; Telecommunications;
Virtualization; Cloud, Mobility; Collaboration & Web App; eCommerce\n\
nSales:Account Management; Channel Sales; Customer Success; Field Sales; Inside
Sales; Partnerships; Revenue Operations; Sales; Sales Enablement; Sales
Engineering; Sales Operations; Sales Training; Sales Analytics\n\
nMarketing:Advertising; Brand Management; Content Marketing; Customer Experience;
Customer Marketing; Demand Generation; Digital Marketing; eCommerce Marketing;
Event Marketing; Field Marketing; Graphic Design; Lead Generation; Marketing;
Marketing Analytics, Insights; Marketing Communications; Marketing Operations;
Product Marketing; Search Engine Optimization, Pay Per Click; Social Media
Marketing; Strategic Communications; Technical Marketing; Influencer Marketing;
Affiliate Marketing; Marketing Automation\nHuman Resources:Compensation & Benefits;
Culture, Diversity & Inclusion; Employee & Labor Relations; Health & Safety; Human
Resource Information System; Human Resources; HR Business Partner; Learning &
Development; Organizational Development; Recruiting & Talent Acquisition; Talent
Management; Workforce Management; People Operations; Diversity & Inclusion; HR
Analytics; Payroll\n\nProduct:Product Development; Product Management; Product
Analytics; Product Growth; Product Operations\n\nLegal:Acquisitions; Compliance;
Contracts; Corporate Secretary; eDiscovery; Ethics; Governance; Governmental
Affairs & Regulatory Law; Intellectual Property & Patent; Labor & Employment;
Lawyer, Attorney; Legal; Legal Counsel; Legal Operations; Litigation; Privacy\n\
nMedical and Health:Anesthesiology; Chiropractics; Clinical Operations; Clinical
Systems; Dentistry; Dermatology; Doctors, Physicians; Epidemiology; First
Responder; Infectious Disease; Medical Administration; Medical Education &
Training; Medical Research; Medicine; Neurology; Nursing; Nutrition & Dietetics;
Obstetrics, Gynecology; Oncology; Ophthalmology; Optometry; Orthopedics; Pathology;
Pediatrics; Pharmacy; Physical Therapy; Psychiatry\n\nEducation:Teacher; Principal;
Superintendent; Professor\n\nProgram and Project Management:Project; Program;
Portfolio; PMO; Scrum Master, Agile Coach; Change Management; Project Scheduler\n\
nResearch:Fundamental Researcher; Applied Researcher; Research; Market Researcher;
UX Researcher; Clinical Research; R&D; Data Scientist Research; Competitive
Intelligence, Competitive Researcher; Patent Researcher, IP Specialist; Regulatory,
Compliance Researcher; Research Program, Project; Scientific, Technical Writer
(Research); Grant Writer, Funding Researcher; Environmental Research\n\
nAdministrative:Receptionist; Assistant; Executive Assistant; Office Manager;
Administrative; Data Entry; Travel & Event; Facilities, Operations; Safety\n\nReal
Estate: Agent, Broker; Property Manager; Leasing Agent; Real Estate Appraiser;
Transaction; Real Estate Developer; Attorney; Leasing; Real Estate\n\nSupport:
Customer Support; Technical Support; Escalation; Knowledge Base, Documentation;
Support Operations, Program; Implementation, Onboarding; Training & Quality
Assurance; Support\n\nAccounting:Accountant; Accounts Payable (AP); Accounts
Receivable (AR); Payroll; Internal Auditor, Audit; Financial Reporting; Accounting;
Invoicing, Billing\n\nQuality Assurance:QA; Automation QA; Performance, Load
Tester; Quality Auditor; Quality Control; Validation Engineer; Manual QA Testing;
Test Engineering\n\nBusiness Development: Business Development; Partnership,
Alliance; Channel, Distribution; Account Manager (BD Focus); Market Research;
Proposal, RFP; Strategic Partnerships\n\nCommunity and Social Services: Community
Outreach Worker; Social Worker; Case Manager; Program Coordinator; Mental Health
Counselor; Volunteer Coordinator; Community Advocate; Child Welfare Worker\n\
nConsulting:Management; Strategy, Growth; Technology, IT; Financial; HR, People;
Operations; Risk & Compliance; Implementation, Delivery; Business Transformation
Consulting; Change Management Consulting; Digital Transformation Consulting;
Innovation & Product Development Consulting; Process Improvement Consulting;
Mergers & Acquisitions Consulting; Sustainability Consulting; Market Research
Consulting\n\nMedia and Communication:Media Planner, Buyer; Public Relations;
Corporate Communications; Content Writer, Editor; Broadcast Producer, Journalist;
Social Media, Community; Communications; Media & Communications\n\
nEntrepreneurship:Founder; CEO; Entrepreneur in Residence (EIR); Innovation,
Intrapreneurship; Incubator, Accelerator; Startup Advisor, Mentor; Venture Capital
Partner, Investor; Private Equity\n\nMilitary and Protective Services:Military,
Commissioned; Enlisted, Non-Commissioned; Military Police, Security; Intelligence;
Special Operations; Cyber Defense; Protective Services, Executive Protection\n\
nPurchasing:Purchasing Clerk, Coordinator; Procurement; Sourcing; Supplier
Relationship; Category Manager; Contract Administrator; Supplier Quality\n\
nAccounting: Accountant; Accounts Payable (AP); Accounts Receivable (AR); Payroll;
Internal Auditor, Audit; Financial Reporting; Accounting\n\n\nThe job title to use
this taxonomy for is : "
}
}
],
"packages": [
{
"name": "ErrorHandler",
"version": "2.12.1-20231117-175338",
"settingsAttributes": []
},
{
"name": "Excel_MS",
"version": "6.20.0",
"settingsAttributes": []
},
{
"name": "Json",
"version": "1.6.0",
"settingsAttributes": []
},
{
"name": "LogToFile",
"version": "3.8.0",
"settingsAttributes": []
},
{
"name": "Loop",
"version": "3.8.1-20231117-175130",
"settingsAttributes": []
},
{
"name": "MessageBox",
"version": "3.7.0",
"settingsAttributes": []
},
{
"name": "Rest",
"version": "3.21.3",
"settingsAttributes": []
},
{
"name": "Step",
"version": "2.6.0",
"settingsAttributes": []
},
{
"name": "String",
"version": "5.10.0",
"settingsAttributes": []
}
],
"migrationJournalReviewIds": [],
"workItemTemplateName": null,
"properties": {
"botCodeVersion": "6",
"improvedNumberSupport": true,
"timeout": "0s",
"automationPriority": "PRIORITY_MEDIUM"
}
}

You might also like