Skip to main content

All Questions

Tagged with
1 vote
2 answers
1k views

How can I export data without "Save As..."?

I have some data in an xls file. I want to export it to csv. I don't want to save the file as csv, I just want to export it so I don't have to then go back and "Save As..." the original ...
jcollum's user avatar
  • 5,181
0 votes
1 answer
311 views

Export IMAP Email Folder into single CSV File with Dates

I've been trying to export an Email folder into a CSV/JSON with the default Email columns, text content and date. At first this seemed quite easy but when I used the Outlook export feature but it did ...
Lucas Engleder's user avatar
1 vote
0 answers
197 views

Jira -- export tempo timesheet (grid view) to Excel

Jira: How do you export tempo timesheet (grid view) to Excel -- either .csv or an ordinary excel file. I am using Microsoft Edge browser, and there is no easy link available (such as Export). I ...
JosephDoggie's user avatar
-4 votes
2 answers
2k views

How to export AD user properties with PowerShell to .csv file?

I have a problem exporting AD user properties to .csv file which are members of a particular AD group. This is my code $ExportPath= "C:\Users\group_list.csv" $groupname = "group1" $...
Amos's user avatar
  • 13
0 votes
1 answer
2k views

Change date format in PowerShell Export SQL to CSV script

I have a PowerShell script which exports several tables at once. The script works as a charm, but only i can't change the date formatting of the dates. A few fields concern dates as defined in SQL, ...
Dubblej's user avatar
  • 61
0 votes
1 answer
882 views

How to export/update CSV file through Excel Macro?

Thanks in advance for any help! I have a file that produces an output table that also contains a unique key for the set of data. I want to be able to export this data into a CSV file. That is easy ...
Jan's user avatar
  • 1
0 votes
0 answers
533 views

How To Export Large CSV File From SAS Viya

I have a large CSV file of about 7 million observations that i want to export from SAS Viya. The problem is that SAS viya doesn't allow me to do so because it is too large. So I had to divide it into "...
DouL's user avatar
  • 1
4 votes
3 answers
28k views

Numbers: Export CSV with different separator

In a Mac when you export CSV files they always put a comma separator, this can break really bad the documents. Is there a way to export with different separator (like '\' or 'tab')? Even better, is ...
Miguel Peniche's user avatar
0 votes
1 answer
823 views

Extracting SharePoint data on daily basis

I want to export my SharePoint document library data on daily basis and csv file need to be save as naming convention as Dataname_yyyyMMdd. As per my below script, it need to export data from the ...
murali kuruva's user avatar
0 votes
0 answers
1k views

Set Custom Path While Exporting in VBA

I am using this post's accepted answer for one my exports. Based on the answer, it saves my exported .csv file in my C:\Users\username\AppData\Roaming\Microsoft\Excel\XLSTART. However, I need this ...
user9431057's user avatar
3 votes
1 answer
12k views

Dbeaver export result set to multiple CSV files

I'm using the latest version of DBeaver on Mac, querying against a remote MSSQL database and I've got a query that results in 24 million rows. I need to get this data into CSV format, but rather than ...
jaydel's user avatar
  • 131
1 vote
0 answers
333 views

Office Excel 2011 for Mac : when exporting an excel sheet to csv, around 25000 empty csv lines get added

so when saving as windows csv and press save i get the actual data: 1,1,2, then i get around 25'000 lines: ,,, ,,, ,,, ,,, ,,, ,,, .... when i do the same with libre office i get only the data, no ...
Toskan's user avatar
  • 347
4 votes
2 answers
11k views

Exporting Outlook contacts to Unicode CSV

Background So I've been looking for this to work for some time now. I'm sure there must be a solution as I can't believe that no one in China or Japan have ever tried exporting contacts. What I've ...
Tanaka Saito's user avatar
2 votes
1 answer
5k views

Export a csv file to multiple csv files with batch command

I have a 100 line csv file, with 5 values per line. I am looking for a way to export each line to its own csv file adding a 2 line header to each. I have used the split command seen elsewhere to ...
sagac's user avatar
  • 21
1 vote
1 answer
5k views

How to find/export only one value (primary SMTP) from multi-valued Proxy Addresses

I have a script which search values in attribute Company and Proxy Addresses. Get-ADUser -Filter * -SearchBase 'OU=Stu,OU=LOWA,OU=IDLOWA,DC=ad,DC=ju,DC=com' -Properties company,proxyaddresses | ...
Jan Blaha's user avatar

15 30 50 per page