Difference between revisions of "Data 1 0"
From ADF Docs
Line 6: | Line 6: | ||
:type = singleton | :type = singleton | ||
− | == Functions == | + | == Functions == |
+ | :[[Data_1_0-ArrayConcat|ArrayConcat]] | ||
+ | :: | ||
− | + | ||
+ | :[[Data_1_0-arraydeletearray|arraydeletearray]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-arrayOfStructsSort|arrayOfStructsSort]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-arrayOfStructuresToQuery|arrayOfStructuresToQuery]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-ArraySort2D|ArraySort2D]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-capFirst|capFirst]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-cfRssFeed|cfRssFeed]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-CSVToArray|CSVToArray]] | ||
+ | ::Takes a CSV file or CSV data value and converts it to an array of arrays based on the given field delimiter. Line delimiter is assumed to be new line / carriage return related. | ||
+ | |||
+ | |||
+ | :[[Data_1_0-csvToQuery|csvToQuery]] | ||
+ | ::Converts a CSV file into a Query | ||
+ | |||
+ | |||
+ | :[[Data_1_0-decimalRound|decimalRound]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[Data_1_0-deleteFromList|deleteFromList]] | ||
+ | ::Removes a value from a list | ||
+ | |||
+ | |||
+ | :[[Data_1_0-formatUUID|formatUUID]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[Data_1_0-getBinaryDocFile|getBinaryDocFile]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-getTagAttribute|getTagAttribute]] | ||
+ | ::Returns the value for the html tag attribute | ||
+ | |||
+ | |||
+ | :[[Data_1_0-isCFUUID|isCFUUID]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-ListInCommon|ListInCommon]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-listRemoveDuplicates|listRemoveDuplicates]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[Data_1_0-queryColumnsToStruct|queryColumnsToStruct]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[Data_1_0-queryConcat|queryConcat]] | ||
+ | ::Concatenate two queries together | ||
+ | |||
+ | |||
+ | :[[Data_1_0-queryStringToStruct|queryStringToStruct]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-queryToArrayOfStructures|queryToArrayOfStructures]] | ||
+ | ::Converts a query to an array of structures | ||
+ | |||
+ | |||
+ | :[[Data_1_0-queryToCSV|queryToCSV]] | ||
+ | ::Converts a CF Query into a CSV string | ||
+ | |||
+ | |||
+ | :[[Data_1_0-QueryToXML|QueryToXML]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-sortArrayByIDList|sortArrayByIDList]] | ||
+ | |||
+ | |||
+ | :[[Data_1_0-structFindRecurse|structFindRecurse]] | ||
+ | ::Returns the struct key value for the struct key that matches the keylist param. | ||
+ | |||
+ | |||
+ | :[[Data_1_0-structMerge|structMerge]] | ||
+ | ::Merge two simple or complex structures in one. | ||
+ | |||
+ | |||
+ | :[[Data_1_0-StructToQueryString|StructToQueryString]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[Data_1_0-trimStringByWordCount|trimStringByWordCount]] | ||
+ | ::Shortens a string without cutting words in half and appends '...' to the end. |
Revision as of 03:36, 24 March 2010
Description
Data Utils component functions for the ADF Library
Properties
- version = 1_0_0
- type = singleton
Functions
- CSVToArray
- Takes a CSV file or CSV data value and converts it to an array of arrays based on the given field delimiter. Line delimiter is assumed to be new line / carriage return related.
- csvToQuery
- Converts a CSV file into a Query
- deleteFromList
- Removes a value from a list
- getTagAttribute
- Returns the value for the html tag attribute
- queryConcat
- Concatenate two queries together
- queryToArrayOfStructures
- Converts a query to an array of structures
- queryToCSV
- Converts a CF Query into a CSV string
- structFindRecurse
- Returns the struct key value for the struct key that matches the keylist param.
- structMerge
- Merge two simple or complex structures in one.
- trimStringByWordCount
- Shortens a string without cutting words in half and appends '...' to the end.