No announcements
Found 2428177 threads
-
0 Votes
Converting csv from a txt file
No that does not work, it only outputs on the screen. I need that same data exported to a csv file. $inputData = get-content ...Answered | 17 Replies | 1115 Views | Created by PowerShellNovice - Thursday, June 5, 2014 3:02 PM | Last reply by PowerShellNovice - Wednesday, June 11, 2014 1:51 PM -
0 Votes
Converting csv file from a txt file
Hi, I need to create a csv file from a txt file. However it is not ...Answered | 10 Replies | 769 Views | Created by PowerShellNovice - Monday, June 2, 2014 4:45 PM | Last reply by jrv - Monday, June 2, 2014 9:06 PM -
0 Votes
How to format CSV in Excel 2013?
Thanks Wind. What I ended up doing was converting the file from CSV to a TXT file, then importing it into Excel. Then ...Answered | 2 Replies | 1017 Views | Created by Carltonw1 - Friday, May 16, 2014 2:26 PM | Last reply by Carltonw1 - Monday, May 19, 2014 2:01 PM -
2 Votes
Converting txt file to csv
Hi, I have a piece of script which I am using to convert a txt file to csv. The script is not working and it does not throw any ...Answered | 17 Replies | 827 Views | Created by PowerShell_Novice - Tuesday, September 15, 2015 5:01 PM | Last reply by LarryWeiss - Tuesday, September 22, 2015 5:24 PM -
0 Votes
Export CSV from txt file
Hi, I am working on a script which will read a txt file and convert into a csv file. The csv file is ...Answered | 8 Replies | 805 Views | Created by PowerShellNovice - Thursday, August 6, 2015 7:53 PM | Last reply by PowerShellNovice - Monday, August 10, 2015 10:21 PM -
0 Votes
Converting txt to CSV specific columns
It's not necessary to cross post in different forums.Unanswered | 2 Replies | 441 Views | Created by PowerShellMagicianLvl1 - Thursday, February 14, 2019 4:59 PM | Last reply by PowerShellMagicianLvl1 - Thursday, February 14, 2019 5:13 PM -
0 Votes
txt file to csv
The product should be: xxxx,xxxxx,xxxx,xxxx,xxxx and i am not getting that with that command, in conjunction with ...Answered | 3 Replies | 2346 Views | Created by opti2k4 - Wednesday, March 28, 2012 10:39 AM | Last reply by Kazun - Wednesday, March 28, 2012 11:00 AM -
0 Votes
System.Object[] Message when converting txt to csv
Hi, I have a powershell script which converts a text file to a csv and then processes it. Here is the output of the ...Answered | 27 Replies | 592 Views | Created by PowerShellNovice - Wednesday, March 8, 2017 8:56 PM | Last reply by PowerShellNovice - Wednesday, April 19, 2017 6:40 PM -
0 Votes
Convert txt file to csv file.
Hi, I have a txt file which I need to read, convert to a csv file and take certain actions. I am running into issue ...Answered | 35 Replies | 986 Views | Created by PowerShellNovice - Wednesday, June 17, 2015 4:02 PM | Last reply by jrv - Thursday, June 18, 2015 9:16 PM -
0 Votes
Creating and importing data from a CSV or TXT file?
I am using SQLServer 8. I have several files that were FTP'd from our legacy COBOL system. I am in the process of cleaning them up and saving them into CSV ...Answered | 2 Replies | 6166 Views | Created by tmfoust - Tuesday, July 24, 2007 3:35 PM | Last reply by Phil Brammer - Tuesday, July 24, 2007 3:47 PM -
0 Votes
Import DNS records from a .csv or .txt file
Hi, Please refer to the link below: httpsProposed | 4 Replies | 5416 Views | Created by - vicky - Tuesday, June 11, 2019 5:38 PM | Last reply by Travis Huang - Friday, June 21, 2019 7:41 AM -
0 Votes
converting a file from .mht to either .csv or excel
I have a file I need to pull data from and can't figure out where to post to get help with converting this file. Ideally I'd like to do it in VB ...Answered | 1 Replies | 6865 Views | Created by lslmustang - Wednesday, October 28, 2009 6:18 PM | Last reply by swapnilp - Thursday, October 29, 2009 9:32 AM -
0 Votes
Unable to do export-csv from an empty .txt file
Hi Team, I am trying to create a csv file from an empty text file.The csv file should ...Proposed | 2 Replies | 449 Views | Created by Chinmay Nayak - Thursday, April 5, 2018 6:27 AM | Last reply by jrv - Thursday, April 5, 2018 7:04 AM -
0 Votes
Unable to import txt/csv file
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlintegrationservices,you will get a more professional support from ...Proposed | 2 Replies | 423 Views | Created by Prabhatmittal20 - Monday, April 3, 2017 2:15 PM | Last reply by willson yuan - Tuesday, April 4, 2017 6:24 AM -
0 Votes
Convert txt file to csv file with header
I have a txt file with below format. I want to convert this file as a csv file also i need to update header in csv ...Answered | 2 Replies | 1962 Views | Created by Nidhin CK - Friday, December 30, 2016 5:03 AM | Last reply by jrv - Friday, December 30, 2016 5:58 AM -
0 Votes
converting a file from .mht to either .csv or excel
I want to use a VB script task in SSIS to convert a large .mht file into an excel or comma delimeted file. It's a report and it's the only format they will ...Answered | 1 Replies | 7774 Views | Created by lslmustang - Thursday, October 29, 2009 1:22 PM | Last reply by Gunner999 - Tuesday, November 3, 2009 5:01 AM -
0 Votes
reading txt file and converting to single
I have a .txt file like this: -23.5 56.2 3.4 3.6 -23.5 ...Proposed | 5 Replies | 432 Views | Created by Vergassivellaunus - Saturday, March 21, 2020 3:47 PM | Last reply by Cor Ligthert - Sunday, March 22, 2020 7:47 PM -
0 Votes
Export CSV,TXT
Hi, i want to export tables to csv or txt for our controllers. I use this: SELECT * INTO tbl_name FROM tbl_name IN 'c:\' 'Text;' ...Answered | 3 Replies | 4655 Views | Created by mullfreak - Thursday, July 2, 2009 6:48 PM | Last reply by mullfreak - Friday, July 3, 2009 6:08 PM -
0 Votes
Populate field from .txt file
name for each device Would it be possable to extract the printer names from our AD to a csv or txt file and then just add a ...Answered | 1 Replies | 4501 Views | Created by mr_m_cox - Monday, January 24, 2011 10:07 AM | Last reply by mr_m_cox - Monday, January 24, 2011 12:33 PM -
3 Votes
[Vb.net] Converting from txt to gct?
I dont know if this might help. This is a python script to convert txt file to gct. import sys, binascii if len(sys.argv) ...Answered | 4 Replies | 12727 Views | Created by ppl2pass - Sunday, May 9, 2010 3:09 PM | Last reply by Ed Price - MSFT - Saturday, June 9, 2012 6:06 AM - Items 1 to 20 of 2428177 Next ›
No announcements