No announcements
Found 2454981 threads
-
0 Votes
Read Sets of Data From a Text File and Output to Array
I have a report that I'd like to take out of an text file and put in to an array to use as a CSV. The problem ...Unanswered | 3 Replies | 281 Views | Created by WiJS - Wednesday, October 28, 2020 3:12 AM | Last reply by Dont-Worry - Wednesday, October 28, 2020 4:36 PM -
1 Votes
Removing Text from Array Output
Hi, I am trying to remove the first 4 characters from the output from my array. I have been doing some researching and having ...Answered | 3 Replies | 811 Views | Created by Blue_Craig - Tuesday, June 4, 2019 2:47 PM | Last reply by Blue_Craig - Tuesday, June 4, 2019 3:33 PM -
1 Votes
How to read in text file and output modified data in a new text file
I have the following code which will output the unique lines to terminal but I want them stored in a new text file. How can I accomplish ...Answered | 5 Replies | 2504 Views | Created by NathanKimball - Thursday, June 28, 2012 8:58 PM | Last reply by NathanKimball - Friday, June 29, 2012 8:54 PM -
0 Votes
Passing data array from the text file to parameter
I'm having trouble passing data array from the text file to parameter. It works if I provide data values separated by a comma, ...Answered | 5 Replies | 4825 Views | Created by dmitralex - Wednesday, February 13, 2013 8:55 PM | Last reply by dmitralex - Wednesday, February 13, 2013 10:17 PM -
0 Votes
I want to read a text file, store variables and output the result to a report
OK, I want a script I can run monthly to output three things for any database I want. I want to be able to run it for several Dbs if I need ...Answered | 5 Replies | 2855 Views | Created by josephwdowling - Thursday, August 25, 2011 1:40 PM | Last reply by Bill_Stewart - Thursday, August 25, 2011 3:22 PM -
6 Votes
Powershell script to read specific text from a text file.
from the initial output. In addition, the below links should be also helpful: Powershell read only specific parts of ...Answered | 4 Replies | 53963 Views | Created by Kaushik7814 - Friday, April 6, 2012 4:29 PM | Last reply by milliesdadrules - Monday, April 9, 2012 5:59 AM -
0 Votes
Read a Text file
Hi, Is it possible in one way or another to open a txt-file with vbscript, read the data ( only ONE word) in it ...Answered | 1 Replies | 2483 Views | Created by NetRock - Friday, September 30, 2011 7:39 PM | Last reply by FlackMonkey - Friday, September 30, 2011 7:51 PM -
1 Votes
Query on output of array data
I have used PowerCLI for vSphere to create an array of computer names, but I want to export the data as a text file, so I can ...Answered | 3 Replies | 852 Views | Created by Syncr0s - Tuesday, May 14, 2013 5:51 AM | Last reply by Syncr0s - Wednesday, May 15, 2013 3:12 AM -
0 Votes
SQLCMD redirect output to both console and a text file
Hi, Im running a query in SQLCMD mode from Powershell . I want to see the output of this SQL both in the Powershell window as well as redirect it ...Answered | 2 Replies | 9127 Views | Created by Suresh Gladstone - Thursday, November 5, 2009 2:13 AM | Last reply by Suresh Gladstone - Thursday, November 5, 2009 11:57 PM -
0 Votes
How to read output file of map.
-maps.aspx you can use Validate output property which will help you to validate the Datypes and Namesapces in your xml. if you are ...Answered | 4 Replies | 547 Views | Created by thirupathimushnam - Thursday, December 8, 2016 11:14 AM | Last reply by Mandar Dharmadhikari - Friday, December 9, 2016 6:51 AM -
1 Votes
Read a Text file
to read a txt file which is basically a log file in my case. Then I want the script to read the txt file ...Answered | 8 Replies | 3540 Views | Created by ScriptNewbie2010 - Monday, March 15, 2010 2:48 PM | Last reply by ScriptNewbie2010 - Monday, March 15, 2010 4:25 PM -
6 Votes
Read a text file
Complementing Richard’s answer, here are two methods that use a Regex to parse and retrieve the values from your text ...Answered | 9 Replies | 21110 Views | Created by Garyreeds - Saturday, April 16, 2011 12:54 AM | Last reply by jrich - Wednesday, April 20, 2011 5:33 PM -
7 Votes
Need to read text file as an array and get elements from each line of array using Powershell
-Content reads all the line in a text file and creates an array as its output with each line of the text as an element in that ...Answered | 10 Replies | 189287 Views | Created by Jrmehl - Friday, June 1, 2012 4:35 PM | Last reply by rm304 - Friday, August 3, 2018 7:43 PM -
0 Votes
Output to text file
' and 'Answered | 5 Replies | 7003 Views | Created by SunnyD - Tuesday, April 24, 2007 9:03 AM | Last reply by Arnie Rowland - Tuesday, April 24, 2007 1:55 PM -
1 Votes
redirecting output of a wmic command to a text file
how to redirect the output of a wmic command,in which 'where' and 'like' are used?the command is being executed through a bat ...Answered | 5 Replies | 70907 Views | Created by Kammy06 - Tuesday, December 11, 2012 11:27 AM | Last reply by - Tuesday, October 4, 2016 6:52 AM -
1 Votes
Printing array to text file - output on same line
Here is my code. It is working properly and getting all the expected results EXCEPT when I print the elements out to the file, all values are printed on new lines. Ideally, ...Answered | 2 Replies | 7517 Views | Created by Ngeorg0625k - Tuesday, June 14, 2011 1:24 PM | Last reply by Ngeorg0625k - Tuesday, June 14, 2011 3:21 PM -
0 Votes
How to read a specific string from a text file as output variable in SSIS?
I am downloading a webpage as a text file in order to read a specific string to assign it as a variable/parameter in ...Answered | 3 Replies | 1028 Views | Created by Bangaaram - Thursday, November 5, 2015 4:40 PM | Last reply by Bangaaram - Sunday, November 22, 2015 8:58 PM -
0 Votes
output to text file
Hi, just wondering if it is possible to have an insert trigger write out to a text file the inserted values of the latest row. If so some example ...Answered | 3 Replies | 8101 Views | Created by kiwicoder2 - Thursday, April 27, 2006 9:27 PM | Last reply by kiwicoder2 - Tuesday, May 2, 2006 12:11 AM -
3 Votes
SQL query output to a text file
Hi, I just installed SQL Express 2008. How can I divert the output of a SQL query to a text ...Answered | 10 Replies | 86457 Views | Created by marked9 - Wednesday, July 21, 2010 10:45 AM | Last reply by Tom Li - MSFT - Monday, July 26, 2010 6:56 AM -
0 Votes
Pipping output to a text file
>output.txt The problem that I'm now having is that, if I try to open the file, itAnswered | 2 Replies | 3301 Views | Created by MrFlinstone - Tuesday, May 31, 2011 12:47 PM | Last reply by MrFlinstone - Tuesday, May 31, 2011 3:23 PM - Items 1 to 20 of 2454981 Next ›
No announcements