Thursday 17-05-2012
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 MX

Query2CSV MX - CF_Query2CSVMX is a quick solution to export your query into CSV data.
Developer Name: Rizal Firmansyah
Company Name: MasRizal & Partners
Email Developer Email Developer:
Latest Version: 1.0
Price: $50
License: One copy per developer.
Encrypted: No
Average Rating: Not Rated
Times Rated: Not Rated
Rate This Tag:


Tag Comments

There are no comments for this tag yet!
 Related ColdFusion Applications
Developers who purchased Query2CSV MX also purchased:
  1. CSV2Query
  2. CFX_Enigma
  3. ProLetterFusion V1.7.2 (Unencrypted)
  4. cf_image_resize
  5. CFX_EXEC
  6. cf_siteInsight
  7. CFX_ValidEmail
  8. CF_Unzip


What Is Query2CSV MX?
CF_Query2CSVMX is a quick solution to export your query into CSV data.
CF_Query2CSVMX does not need any 3rd party application to be installed on the server.
Simply put this tag in the working directory and you're on!

Compared to CF_Query2CSV, this CF_Query2CSVMX performs up to 4x faster than the CF 5 compatible tag.

Features

  • Convert ColdFusion query to CSV string
  • Query can be from anything. ColdFusion query from database, Query Of Query (QoQ), <cfhttp> call, <cfdirectory>, or even code generated query using #querynew#
  • CSV string result. Means you can later save this string as text file, send it over to other application using <cfhttp> and so on...
  • Works with all type of CSV delimiter
  • Ultra fast performance
  • Ability to select which rows and columns you want to convert
  • Multi-platform. Can be installed in any operating system ColdFusion supports.
  • Fastest deployment. No 3rd party application required. No CFX tags to install. Shared hosting friendly.
    Just copy this custom tag in the working directory and you are set.

Requirements

Supported ColdFusion Server:

  • ColdFusion MX 6, 6.1
  • ColdFusion MX 7

on all operating systems.
Note: For this tag to run, #createobject# function has to be enabled.

Supported browsers:
This tag works on server side, so all browsers are compatible

Usage

<cf_query2csvmx 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 names]"
  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]">

 



 


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