Difference between revisions of "Data 1 0"
From ADF Docs
Line 10: | Line 10: | ||
== Properties == | == Properties == | ||
:version = 1_0_0 | :version = 1_0_0 | ||
+ | :wikiTitle = Data_1_0 | ||
:type = singleton | :type = singleton | ||
Revision as of 12:44, 9 April 2010
Attention: Do not change any text in the description, properties, and functions sections.
Return to Library (API)
Description
Data Utils component functions for the ADF Library
Properties
- version = 1_0_0
- wikiTitle = Data_1_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.