Re: exporting ignite table into CSV file

2019-03-19 Thread Stephen Darlington
Yes. You could use sqlline.sh: 0: jdbc:ignite:thin://127.0.0.1/> !set outputFormat csv 0: jdbc:ignite:thin://127.0.0.1/> !record a.csv Saving all output to “/tmp/a.csv". Enter "record" with no arguments to stop it. 0: jdbc:ignite:thin://127.0.0.1/> select * from ignite; select * from ignite; 'ID'

exporting ignite table into CSV file

2019-03-19 Thread mahesh76private
hi can we use a SQL query to export data from an Ignite table into a CSV file? thanks Mahesh -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/