Re: [Virtuoso-users] Virtuoso abrupt termination

2014-07-24 Thread Hugh Williams
Hi Pascal, Yes, that latest windows build from the FTP Server was built with a later VS 2012 version than the official one available on the open source web site and thus does require the newer VS 2012 runtime redistributable, but the one available on the web does still need the VS 2010 redistri

[Virtuoso-users] "csv_load_file" fucntion removes left zeros

2014-07-24 Thread Ricardo Mendes
Hi, I'm populating a table with VARCHAR columns trough a CSV file. The CSV fields are delimited with quotes, but the left zero values in the fileds are removed. csv_load_file('.csv',0, null, 'IOT_AGUEDA.i4m.InvoicesData', null, vector ('csv-delimiter', ',', 'csv-quote', '\')); How can I avoi