Export Table as comma delimeted csv file

jaryszek

Registered User.
Local time
Today, 09:33
Joined
Aug 25, 2016
Messages
756
Hi,

i am trying to export table/query with format like here:

attachment.php


The strange thing is that when i am opening file using US regional settings - i see each header in separate column, when i am opening it using my regional settings- polish settings in windows 10 - i see commas.
You can change your regional settings and check it by yourself :)

But main issue here is: how can i esport specific table/query to format like on the screen?


Is there any option or VBA to do that?

Please help,
Best,
Jacek
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    67.5 KB · Views: 465
  • Volumes.zip
    Volumes.zip
    284 bytes · Views: 75
According to my system the ; is a list separator for Poland, not a comma. So use that in an export specification?
 
hi Gasman,

as default i have decimal point set up to "," in Poland, in US they have "." so here is a problem.

Best,
Jacek
 
Not decimal point, list separator.

As yours is ; the data is thought of as just one string.
In the USA or here in the UK that would be considered several strings of data.?

That is my interpretation of the problem, but I've been wrong several times recently. :(
 
That is my interpretation of the problem, but I've been wrong several times recently. :(

You can't be right all the time, well that's what my wife tells me....

Sent from my SM-G925F using Tapatalk
 
Hi Guys,

I solved the problem.
The solution is Export Data Wizard and:
1. Changing export file from default "txt" to "csv"
2. Changing separator to Comma
3. Changing decimal point to ",", not "."

attachment.php
 

Attachments

  • Screenshot_3.jpg
    Screenshot_3.jpg
    46.6 KB · Views: 251

Users who are viewing this thread

Back
Top Bottom