Data 1 0

From ADF Docs
Revision as of 12:44, 9 April 2010 by Api (talk | contribs)
Jump to: navigation, search


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
type = singleton

Functions

ArrayConcat


arraydeletearray


arrayOfStructsSort


arrayOfStructuresToQuery


ArraySort2D


capFirst


cfRssFeed


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


decimalRound


deleteFromList
Removes a value from a list


formatUUID


getBinaryDocFile


getTagAttribute
Returns the value for the html tag attribute


isCFUUID


ListInCommon


listRemoveDuplicates


queryColumnsToStruct


queryConcat
Concatenate two queries together


queryStringToStruct


queryToArrayOfStructures
Converts a query to an array of structures


queryToCSV
Converts a CF Query into a CSV string


QueryToXML


sortArrayByIDList


structFindRecurse
Returns the struct key value for the struct key that matches the keylist param.


structMerge
Merge two simple or complex structures in one.


StructToQueryString


trimStringByWordCount
Shortens a string without cutting words in half and appends '...' to the end.