Options

Export Data in csv from Query using Reports

mobilenavmobilenav Member Posts: 6
Hi all,

I have a requirement for fetching and exporting the data in csv format using Query. I need to use this query only to fetch the data and a report to export the data using file stream to write it to the csv file. Can anyone suggest how can i do that?

Thanks in advance.

Answers

  • Options
    robbonickrobbonick Member Posts: 40
    edited 2018-06-07
    Check this documentation, it is simple...no report needed


  • Options
    lubostlubost Member Posts: 614
    You can run the query and export data.
  • Options
    mobilenavmobilenav Member Posts: 6
    If i use saveascsv it does not save the data in ANSI encoding. File is to be saved using Windows encoding (ANSI).So i need to ASCII--ANSI encode output
Sign In or Register to comment.