V 14 beta 1 x64
Issue: If Flat Mode is enabled you cannot switch back to CSV mode
To reproduce:
1. Set CSV mode to Auto, Text Mode enabled, Flat Mode disabled
2. Create a simple CSV file, e.g.
A,B,C
1,2,3
2,3,4
and save as test.csv
3. Open the CSV file in V. It will display in columns.
4. Enable Flat Mode
5. Enable CSV Mode. Message appears "Not a valid CSV file". Click OK to close the message.
6. Disable Flat Mode. Enable CSV Mode. CSV Mode now works.
V 14 Beta 1 - Flat mode and CSV Mode incompatible
Moderator: vuser
-
- Posts: 6
- Joined: Tue Dec 04, 2012 9:20 pm
-
- Site Admin
- Posts: 287
- Joined: Fri Apr 30, 2010 5:50 pm
Re: V 14 Beta 1 - Flat mode and CSV Mode incompatible
I think I would like to call this a feature rather than a bug!Issue: If Flat Mode is enabled you cannot switch back to CSV mode
The reason that it cannot switch back to CSV mode is that it parses the CSV file as it is displayed on screen rather than how it is stored on file - and obviously does not think that the file is a valid CSV file.
I am not sure I will do anything about this. For the moment you will have to get out of flat mode before going into CSV mode.
-
- Posts: 6
- Joined: Tue Dec 04, 2012 9:20 pm
Re: V 14 Beta 1 - Flat mode and CSV Mode incompatible
Fair enough. I do see the logic of why it doesn't work, so haven't thought of it as a bug. I agree - it is a feature