thanks @ GraduateStudent

On Jun 9, 9:28 am, GradualStudent <[email protected]> wrote:
> You may.consider the Apache Commons CSV 
> writer,http://commons.apache.org/sandbox/csv/apidocs/org/apache/commons/csv/...,
> which gives you more elemental control over the export.
>
> Alternatively, you may consider writing your own export.  They two
> complications to worry about are (a) putting double quotes around any
> text values that are not strictly alpha numeric, and (b) replacing any
> embedded double-quotes (") with two double quotes ("").
> On Jun 8, 12:04 pm, Akku <[email protected]> wrote:
>
> > I export data from mysql to csv file using CSwriter java api.
> > But there is one special feature in Anotted time chart for title &
> > text  to use it as marker.
> > The problem is i cannot add title and text column while exporting from
> > mysql to csv .
> > Any sugession to how can i do addition of columns.
> > I am thinking of creating a new table in database and insert values
> > along with newly created columns for text and title.
> > Is ther any better approach .
> > Note that csvwriter only write the exported data as it is and cannot
> > add its own column at runtime.
> > Please suggest!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to