Friday 12-03-2010
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
 
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
Query2CSV

Query2CSV - cf_query2csv is a quick solution to create csv data from any recordset (query)
Developer Name: Rizal Firmansyah
Company Name: MasRizal & Partners
Email Developer Email Developer:
Latest Version: 1.0
Price: $50
License: One Copy per Website.
Encrypted: No
Average Rating:
Times Rated: 6
Rate This Tag:


Tag Comments

There are no comments for this tag yet!
 Related ColdFusion Applications
Developers who purchased Query2CSV also purchased:
  1. CSV2Query
  2. CF_ProFlashUpload V1.7
  3. Related Selects (Cross Browsers)
  4. CFX_Excel2Query
  5. CF_ProFlashDownload
  6. CFX_JZip
  7. cf_query2xml
  8. TrimVars - Prevent XSS Flaws
  9. CF_RelatedSelectsControl
  10. jComponents


What Is Query2CSV?
This custom tag was written to help developers create a csv easily from a query structure.
The CSV format can be customized to suite developers needs.

This custom tag is very flexible and will suit most of your need without even looking at the code. It has a powerful set of option to manipulate the output.

cf_query2csv is a quick solution to create csv data.

*** Requirements:
ColdFusion 5, MX and up

*** Usage:
<cf_query2csv query="[queryname you want to convert]"
       result="[csv string result]"
       delimiter="[delimiter, default is comma]"
       linebreak="[linebreak, default is carriage return followed by line feed (chr(13) & chr(10))]"        
       textqualifier="[text qualifier, default is a double quote]"
       columnlist="[list of column to be exported, if empty all columns will be exported]"
       startrow="[the first row to process]"
       endrow="[the last row to process, if 0 all the rest rows will be processed]"
       header="[Text before the CSV data]"
       footer="[Text after the CSV data]"
>           

*** Examples:
For a complete example, please check
http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_query2csv




 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us