Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
MMM-YY format changing to MM-DD-YYYY format when exporting to csv

Hi,
I have a field in OBIEE as Fiscal Period which will display data as 'Jan-17' but when we are exporting this to csv ,its exporting as Jan-17 but when i click on the data in csv its been chaning to '12/17/2018' which users dont like this.
Is there any way to restrict that.I just wanted to display as Jan-17 in csv as well.
Thanks,
Madhu
Answers
-
Which version?
0 -
In 11g and 12C
0 -
-
Here it is the exact versions.
Oracle Business Intelligence 11.1.1.9.0
Oracle Business Intelligence 12.2.1.2.0
Thanks
0 -
Any Suggestions on this ?
0 -
Isn't that an Excel behaviour you have to fix in Excel itself? Like trying to be smarter than what required and so translating things into dates?
What's the value you see in the file if you open it as text (with a text editor) ?
0 -
When i opened the csv file in text editor i got the right format as 'MMM-YY'
But how can we explain to Business Users that its working fine as expected in other formats except in csv.
0 -
Try importing the file in Excel using the wizard and set the column as text instead of date or just default, this will maybe forbid Excel to be "smart".
0 -
-
Hi Christian,
Thanks for your response.
I have one question on updating this instance config file.
As i didnt see xsi:typpe = 'csv',so do i need to same as like below for csv also ?
<Export xsi:type="csv">
<DataValue>UseRawValue</DataValue>
<RepeatRows>false</RepeatRows>
</Export>
0