Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ExportManagerBase<TEntity,TExportOptions> Class / GenerateCSV Method
field names
list of items to be exported to CSV
Include header in CSV contents or not
Text qualifier
Text delimiter
In This Topic
    GenerateCSV Method
    In This Topic
    Parse the CSV contents from given field names and object arrays
    Syntax

    Parameters

    fieldNames
    field names
    items
    list of items to be exported to CSV
    includeHeader
    Include header in CSV contents or not
    textQualifier
    Text qualifier
    textDelimiter
    Text delimiter

    Return Value

    CSV contents
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also