No announcements
Found 900913 threads
-
0 Votes
Trouble Parsing Text File
<!-- / icon and title --> <!-- message --> I have a text file that is produced by a scraper I built using iMacros. For the most part the file is clean except ...Answered | 2 Replies | 4849 Views | Created by SilentCodingOne - Friday, January 22, 2010 11:29 PM | Last reply by SilentCodingOne - Saturday, January 23, 2010 5:40 AM -
2 Votes
Parsing text file
you have so many students in a single class that the memory usage will become an issue. Here's a quick revision which reads the average value from the ...Answered | 3 Replies | 587 Views | Created by mail8mz - Thursday, March 6, 2014 4:56 AM | Last reply by David Wyatt - Thursday, March 6, 2014 6:23 AM -
0 Votes
parsing text file using powershell
Hi no I did not but there were some headers at the top of the original file, remove it and it worked fine. I change the variable $pattern = ...Answered | 4 Replies | 1685 Views | Created by mjksgea - Wednesday, April 15, 2015 2:53 PM | Last reply by mjksgea - Thursday, April 16, 2015 10:01 AM -
1 Votes
Parsing Unstructured text file
Hi, I am trying to parse the following unstructured text file: 180 ...Proposed | 1 Replies | 570 Views | Created by OJ12 - Sunday, June 10, 2018 10:15 PM | Last reply by Simple Samples - Sunday, June 10, 2018 11:08 PM -
2 Votes
Parsing a text file
So far I am a newbie in .NET scripting. learning C#. I had a similar file before but in that file child records were fixed i.e, for every parent record there were 12 child ...Answered | 7 Replies | 637 Views | Created by boom-021 - Tuesday, November 18, 2014 1:08 AM | Last reply by boom-021 - Wednesday, November 19, 2014 7:21 PM -
1 Votes
Searching and Parsing a text file
In case the way I described this was horribly confusing, I just want to grab the .img file names out of the text. Example of what would be ...Answered | 4 Replies | 2160 Views | Created by Carloony - Tuesday, September 4, 2012 5:19 PM | Last reply by Bigteddy - Wednesday, September 5, 2012 5:16 AM -
0 Votes
Parsing a text file using logparser
Dears I tried to parse a text file below It worked well in the first line, each column is in its position,Answered | 3 Replies | 813 Views | Created by jiary - Thursday, January 9, 2014 12:46 PM | Last reply by Mike Laughlin - Friday, January 10, 2014 4:51 AM -
0 Votes
Parsing a Text file for Bytes
I have a log file produced by Robocopy that looks like ...Answered | 2 Replies | 2067 Views | Created by steve-peterson - Thursday, May 31, 2012 4:18 PM | Last reply by steve-peterson - Thursday, May 31, 2012 6:02 PM -
3 Votes
Parsing non deliminated text file
I have a text file that contains information that needs to be imported into SQL table. However, the file isn't delimited in anyway. It contains a header row and the data ...Answered | 16 Replies | 1508 Views | Created by el-lobo - Thursday, February 28, 2013 8:41 PM | Last reply by mjolinor - Friday, March 1, 2013 9:37 PM -
1 Votes
Assistance parsing text based Log file
Hi guys, I need to parse a text based log file that looks like this: $Created: 15/10/2013 01:19:32 AM system: XXXXX ...Answered | 5 Replies | 1249 Views | Created by Jon_Rojas - Tuesday, October 15, 2013 9:43 PM | Last reply by Mike Laughlin - Wednesday, October 16, 2013 1:07 AM -
0 Votes
Parsing a text file to a sql table
FreqDiff=12.8 CREATE TABLE #textfile (line varchar(8000)) -- Read the text file into the temp table BULK INSERT #textfile FROM 'c:\checkout.TXTProposed | 10 Replies | 1176 Views | Created by Phoebe Timmons - Tuesday, June 17, 2014 3:29 PM | Last reply by disssss - Monday, June 23, 2014 9:41 PM -
0 Votes
Parsing a text file and use the extracted data for input to process commands
I can do this fine in a DOS batch file, but I want to convert this to a PS compatible file. I am parsing two fields from a text file and ...Answered | 2 Replies | 2036 Views | Created by Bappy_is_in_the_house - Tuesday, August 14, 2012 8:07 PM | Last reply by Bill_Stewart - Tuesday, August 14, 2012 9:59 PM -
1 Votes
Create SSIS Import parsing based on text file...
Not exactly. What I was hoping for is that instead of pointing SSIS to the data file and manually parsing all the fields that I could create an (empty) table with the ...Answered | 4 Replies | 1030 Views | Created by edm2 - Friday, January 30, 2015 6:29 PM | Last reply by Visakh16 - Saturday, January 31, 2015 6:26 AM -
0 Votes
Parsing a segmented text file using SSIS into smaller files
How will you do parsing of this file into multiple files? I think you have this options: 1. using script transformation in data flow task and ...Answered | 3 Replies | 2556 Views | Created by OutThere - Thursday, September 12, 2013 8:33 PM | Last reply by OutThere - Monday, September 16, 2013 6:06 PM -
0 Votes
Need help parsing the text - log file and find EOL character in that file
and paste to new text/log file. However I found now that if I find/replace these character (even first few instance) from the file, the file is read ...Answered | 6 Replies | 6095 Views | Created by arayanz - Wednesday, January 6, 2010 6:16 PM | Last reply by IamMred - Sunday, May 9, 2010 11:00 PM -
2 Votes
Need help parsing the text - log file and find EOL character in that file.
problem. remember that original code (File Text = objFile.ReadAll) fails only on certain files and if I copy the contects into new file, same script works ...Proposed | 5 Replies | 10284 Views | Created by arayanz - Tuesday, January 5, 2010 7:57 PM | Last reply by Don Tan - Thursday, January 14, 2010 6:54 PM -
1 Votes
Specific text file parsing
(\d+Answered | 3 Replies | 654 Views | Created by Bogdan.Kulish - Tuesday, December 30, 2014 10:49 AM | Last reply by mjolinor - Tuesday, December 30, 2014 2:03 PM -
0 Votes
Text Parsing from Excel File
;Value"), #"Changed Type" = Table.TransformColumnTypes(#"Unpivoted Other Columns",{{"Value", type text}}), Check = ...Answered | 6 Replies | 533 Views | Created by Simon Nuss - Thursday, April 7, 2016 4:06 PM | Last reply by Simon Nuss - Friday, April 8, 2016 4:56 PM -
2 Votes
Text Parsing: find and move matches plus text block to new file based on user entered number?
. Is this possible in Powershell? Can anyone point me in the right direction as to what needs to be setup for this type of parsing? Appreciate any ...Answered | 4 Replies | 387 Views | Created by learning_1112 - Tuesday, February 7, 2017 12:41 AM | Last reply by learning_1112 - Sunday, February 19, 2017 8:19 AM -
1 Votes
Parsing Unstructured Text file in SSIS and read the each line in the data to get the required data in the columns of DB.
SSIS and I am having the complex unstructured TEXT File, I have to parse the text file through creating SSIS Packages and get the required column's data in the ...Proposed | 6 Replies | 2074 Views | Created by Akhil Madivada - Monday, June 12, 2017 6:53 PM | Last reply by Pirlo Zhang - Wednesday, June 14, 2017 7:20 AM - Items 1 to 20 of 900913 Next ›
No announcements