No announcements
Found 3675923 threads
-
0 Votes
Skip fist row in TSV file
Configure a Flat File Source to read the TSV file Headers row to skip: 1 Configure the file data format(row delimiter and ...Answered | 8 Replies | 4984 Views | Created by simon445 - Tuesday, January 17, 2012 6:26 PM | Last reply by whatevr2 - Monday, January 13, 2014 2:04 PM -
0 Votes
Extract String from EXE
I should be able to extract(remove) all the strings present in this file If you forcibly remove the strings from the compiled exe, ...Answered | 7 Replies | 14966 Views | Created by Nixter_leo - Friday, September 4, 2009 4:07 PM | Last reply by Duvernet Vincent - Sunday, December 25, 2016 9:10 PM -
1 Votes
Extracting a value from a string
That would depend on what parts of the input string are truly fixed.Answered | 8 Replies | 1634 Views | Created by Sharepoint997 - Tuesday, May 1, 2012 7:13 PM | Last reply by Sharepoint997 - Tuesday, May 1, 2012 8:17 PM -
0 Votes
extract characters from string
I think the OP wants to split the string in two: the first part contains only letters, the second only digits.Answered | 5 Replies | 3093 Views | Created by kkkJoe - Tuesday, December 1, 2009 1:01 PM | Last reply by Louis.fr - Tuesday, December 1, 2009 4:57 PM -
0 Votes
problem extracting quoted strings from a tsv format file
I process several different logs from a vendor whose columns are space-separated, so I use the TSV format with -iseperator:space.Unanswered | 6 Replies | 387 Views | Created by Anonymous - Tuesday, October 7, 2008 12:19 PM | Last reply by Anonymous - Thursday, May 24, 2018 7:29 PM -
2 Votes
Problem with function.
= 0 Then tmini = a.IndexOf(b) + Len(b) tmfin = a.IndexOf(c, tmini) - tmini If tmfinAnswered | 4 Replies | 3008 Views | Created by Jimmy 01 - Thursday, December 10, 2009 8:33 AM | Last reply by Jimmy 01 - Saturday, December 12, 2009 9:27 AM -
0 Votes
Excel ,CSV and TSV(Tab seperated test file) file viewer in WPF
Maybe you could use the DocumentViewer control and convert the files to XPS format as described ...Answered | 1 Replies | 1689 Views | Created by Rajesh Harwani - Wednesday, March 5, 2014 9:56 AM | Last reply by Magnus (MM8) - Wednesday, March 5, 2014 2:50 PM -
2 Votes
extract string from middle
I saw your another question in this thread:Answered | 14 Replies | 1869 Views | Created by Murali dhar - Friday, October 4, 2013 3:34 AM | Last reply by Murali dhar - Friday, October 4, 2013 4:34 PM -
2 Votes
Extracting String from a string
I have to regenrate the entire string as it is.Answered | 5 Replies | 4304 Views | Created by NaeemKhan - Tuesday, October 20, 2009 9:09 AM | Last reply by Brad_Schulz - Thursday, October 22, 2009 4:03 PM -
0 Votes
Extracting string from a SearchResultCollection?
Yes, from your initial post it seems so.Answered | 5 Replies | 3168 Views | Created by CsharpLerner - Thursday, February 4, 2010 4:07 PM | Last reply by CsharpLerner - Friday, February 5, 2010 11:48 PM -
0 Votes
Extract a number from a string
Hi Kashif, Dim s As String = "10,20,30,40" Dim strA() As String = ...Answered | 3 Replies | 2869 Views | Created by Kashif Chotu - Wednesday, June 3, 2009 11:30 AM | Last reply by Cor Ligthert - Wednesday, June 3, 2009 12:04 PM -
0 Votes
Extract a date from a string.
However, if you are needing to extract more than one date from a string, the procedure won't manage that.Answered | 7 Replies | 514 Views | Created by AndyNakamura - Tuesday, July 21, 2015 12:48 PM | Last reply by AndyNakamura - Wednesday, July 22, 2015 6:32 AM -
1 Votes
Extract Substring from String, then ignore string
Thanks I ended up using a string array to extract every other line with a primitive flag set to alternate series.Answered | 2 Replies | 2803 Views | Created by Sameki121 - Monday, April 16, 2012 9:57 PM | Last reply by Sameki121 - Tuesday, April 17, 2012 9:10 PM -
0 Votes
Extract string from text file using REGEX
\"" to get rid of the first quotation, but i'm not sure how to get rid of the end quotation so that it knows to go all the way to the quote but not include ...Answered | 5 Replies | 8438 Views | Created by JAF126 - Monday, April 28, 2008 9:43 PM | Last reply by Lucian Baciu - Tuesday, April 29, 2008 3:23 PM -
0 Votes
How to extract the strings from HTML?
StringAnswered | 3 Replies | 503 Views | Created by gaxjyxq - Saturday, January 16, 2016 9:59 PM | Last reply by gaxjyxq - Sunday, January 17, 2016 9:55 PM -
1 Votes
Extracting text from a string
Please use Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful.Answered | 8 Replies | 1633 Views | Created by cherriesh - Friday, July 26, 2013 3:01 AM | Last reply by SQLZealots - Friday, July 26, 2013 6:57 AM -
0 Votes
Extracting tokens from string
Check this example: Dim text As String = " some text Cannot insert the value NULL into column 'xxxx', table 'yyyy'; column ...Answered | 2 Replies | 479 Views | Created by Y a h y a - Saturday, August 13, 2016 11:54 AM | Last reply by Viorel_ - Saturday, August 13, 2016 5:20 PM -
0 Votes
extract connection string from DbContext
Hi kevcoder; One way to get the SQL connections string from the config file is as follows.Answered | 1 Replies | 1613 Views | Created by kevcoder - Thursday, January 31, 2013 3:57 PM | Last reply by Fernando Soto - MCSD - Thursday, January 31, 2013 8:00 PM -
0 Votes
Error in extracting Date with correct format from Access 2007 using OleDb.OleDbDataReader
Hi Jason, Baed on my test, Date types data is retrieved successfully without problems from Access 2007 db file.Answered | 2 Replies | 2590 Views | Created by Jason2726 - Wednesday, May 9, 2012 5:05 AM | Last reply by Michael Sun [MSFT] - Wednesday, May 16, 2012 12:57 PM -
0 Votes
Parsing string strings delimited by quotes
Hi, You should be able to just use the Regex class to return all strings in a source file.Answered | 1 Replies | 3470 Views | Created by DonJuna - Thursday, February 5, 2009 3:05 PM | Last reply by Bryan Parker - Thursday, February 5, 2009 5:21 PM - Items 1 to 20 of 3675923 Next ›
No announcements