Automate Export Process using QAPIs
Hello
Peter and All guys related to this Topic
I have been able to write a piece of code to automate the export process in Quantrix.
I implemented IActoin and wrote following code
Model model=arg0.getModel();
String path= “C:/abrar.csv”;
model.exportModelTo(path,QuantrixConstants.cExportCSV,true );
So this is fine but I want really some thing more.
I want to write back to database instead of exporting to CSV/Excel.
Can you please help me in this matter?
Any code sniplet?
Thanks and Regards
Abrar.
Quantrix now has a product called DataPush – that allows you to export Quantrix matrices back to a database, without have to use the Quantrix API.
Please contact [email:2gvsjt8x]customerservice@quantrix.com[/email:2gvsjt8x] if you would like further information and gain access to a trial of DataPush.
-Mike