L LuColli Member Jan 9, 2008 #1 Hello, I need to export records and I have to change comma in values by point (example 25,30 to 25.30). I looked for it in tools, but I didn
Hello, I need to export records and I have to change comma in values by point (example 25,30 to 25.30). I looked for it in tools, but I didn
Marco Kalter Administrator Staff member Jan 9, 2008 #1 You could use a to_char or replace expression in the query, and export the results.
L LuColli Member Jan 9, 2008 #1 Marco, I have to use all the columns from a big table (export from many tables too), so I dont
G Gustavo Member³ Jan 9, 2008 #1 Hi Lu, You could try this before running export: Code: alter session set nls_numeric_characters='.,'; Abra
Hi Lu, You could try this before running export: Code: alter session set nls_numeric_characters='.,'; Abra
Marco Kalter Administrator Staff member Jan 10, 2008 #1 Which function do you use to export the tables?
L LuColli Member Jan 10, 2008 #1 Marco, I use Export Results/Sql file, after select the records. Thank you! Luciana
Marco Kalter Administrator Staff member Jan 11, 2008 #1 The numeric format will be as defined in the Windows Regional and Language Options (you can use this as a workaround). This seems like a bug, since it should always use a . as decimal symbol. We'll fix it.
The numeric format will be as defined in the Windows Regional and Language Options (you can use this as a workaround). This seems like a bug, since it should always use a . as decimal symbol. We'll fix it.
Marco Kalter Administrator Staff member Mar 6, 2008 #1 Yes, it's fixed for the upcoming 7.1.5 release.
G Gustavo Member³ Mar 13, 2008 #1 "A few months" 'till 8.0... What about 7.1.5? Is there a "what's new" you could put here?