No announcements
Found 2436428 threads
-
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 txt ...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 -
2 Votes
Converting txt file to csv
Hi Jrv, I got this message in the output csv when I tried to run the powershell ...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
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
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
Import-Csv C:\VPS\TRH_Report.txt | {$_.Count -notmatch '----'} |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
System.Object[] when trying to export PowerShell output in CSV file.
We don't fix script in this forum. When exporting to CSV collections have to be converted to strings before ...Unanswered | 2 Replies | 654 Views | Created by Shree999 - Wednesday, August 14, 2019 2:24 PM | Last reply by asharma5 - Wednesday, August 14, 2019 4:43 PM -
4 Votes
csv to txt
I have been given a csv file, this file contains financial data and since there are fields having money/currency it does not help to have it in csv My ...Answered | 9 Replies | 1830 Views | Created by DJ Rele - Thursday, June 13, 2013 1:18 PM | Last reply by DJ Rele - Thursday, June 13, 2013 8:03 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 -
1 Votes
Import-Csv : Cannot convert 'System.Object[]' to the type 'System.Char' when reading from a .csv file
I am trying to read values from a .csv file using PowerShell to create Document Sets in SharePoint, but my code stalls when I get to this ...Answered | 3 Replies | 2896 Views | Created by Spawn10 - Tuesday, December 1, 2015 9:53 PM | Last reply by Mike Laughlin - Tuesday, December 1, 2015 11:48 PM -
0 Votes
System.Object[] - Export to CSV or HTML
the same issue as yours. System.Object[] is in the message column. If I change to Out-File to export information to csv file, ...Answered | 14 Replies | 3956 Views | Created by rush2ramki - Monday, November 6, 2017 4:17 PM | Last reply by rush2ramki - Tuesday, January 2, 2018 4:43 PM -
0 Votes
Converting Json to CSV
If it happens to be a once only conversion you can just paste the web service url into an online json to csv converter like ...Answered | 2 Replies | 5046 Views | Created by Chris Dixon - Wednesday, August 27, 2014 12:29 PM | Last reply by aspdotnet99 - Wednesday, August 27, 2014 2:08 PM -
0 Votes
"System.Object[]"
Hello, I am trying to pull some data to export the csv file but i am having problem with some of the columns comes back as ...Answered | 10 Replies | 6859 Views | Created by EverydayLearner - Friday, March 18, 2016 2:38 PM | Last reply by EverydayLearner - Friday, March 25, 2016 2: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:\' ...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
SQL Server to Txt/CSV
3) Use Import/Export Wizard in MS SQL Server and Export Table to csv file or Excel sheet. 4) You may use bcp command to import data from MS SQL ...Answered | 5 Replies | 3422 Views | Created by amit_kumar - Friday, November 4, 2011 9:55 AM | Last reply by Hasham Niaz - Friday, November 4, 2011 10:32 AM -
1 Votes
Converting .DBF to .CSV
Has anyone ever had to convert a .DBF to .CSV? Microsoft Excel will not work properly with .DBF, but instead is compatible with .CSV format ...Answered | 2 Replies | 2317 Views | Created by AIM28256 - Monday, February 4, 2013 1:42 PM | Last reply by AIM28256 - Monday, February 4, 2013 3:48 PM -
0 Votes
Miss lines when converting data from TXT to sql
I have several txts files in a folder and I am trying to convert those into my sql database. There is no error message during the conversion however, it ...Answered | 7 Replies | 3728 Views | Created by Yilili - Tuesday, September 7, 2010 8:51 PM | Last reply by Yilili - Tuesday, September 7, 2010 9:59 PM -
3 Votes
output to txt or csv
, and out-file and export-csv ...thanksProposed | 4 Replies | 459 Views | Created by bm_1212 - Friday, November 16, 2018 4:15 PM | Last reply by LeeSeenLi - Tuesday, November 27, 2018 2:43 AM -
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 -
0 Votes
converting xml to csv
</me> When i use this command $xml.me.ChildNodes | Export-Csv "test1.csv" ...Unanswered | 28 Replies | 1822 Views | Created by sanpancccccc - Tuesday, January 21, 2014 8:16 PM | Last reply by sanpancccccc - Wednesday, January 22, 2014 5:37 PM -
0 Votes
Export CSV from txt file
+)\s+(?<POSLSTTMMIN>\d{4}_\d\d:\d\d:\d\d)\s+(?<POSLSTTMMAX>\d{4}_\d\d:\d\d:\d\d)' Get-Content list1.txt | ConvertFrom-String -ParseExpression $pattern ...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 - Items 1 to 20 of 2436428 Next ›
No announcements