Search Results
6 functions found:
| 1. | JSONSearchArray ( ~json ; ~arrayKey ; ~searchKey ; ~searchValue ; ~resultKey ) |
| Mark Geerdes, Technology By Design | |
| Search a JSON array for a value in a key, and specify the result key to return the value, ie search for an id key and return the name from that record | |
| 2. | ParseXML (XML; tag; instance; attribute) |
| Mark Geerdes, Technology By Design | |
| This will parse out data from XML given the tag name, instance to search for, and attribute. | |
| 3. | RenameContainterFile ( ~FQFN ; ~NewFileName ) |
| Mark Geerdes, Technology By Design | |
| This Function will rename the file contained in a container. | |
| 4. | XMLElement(TagName;Content;NameSpace;AttributeValueList) |
| Mark Geerdes, Technology By Design | |
| Formats a XML element with opening tags, namespace, attributes, and closing tags. Also handles empty tags. NameSpace and attributes can be empty. | |
| 5. | XMLindent(XML;whiteSpace;indentLevel) |
| Mark Geerdes, Technology By Design | |
| Recursive function to add indents to XML or any text for readability | |
| 6. | XMLPrettyPrint(XML;whiteSpace;indentLevel;ContentLine) |
| Mark Geerdes, Technology By Design | |
| This takes a block of XML and formats it with white space to make it readable. | |