Thank you
All these replies were very helpful. I finished coding and my SSIS package works great. Saved me from copy and pasting from word doc to excel.
User Profile
Collapse
-
Okay I found a way to get arround it. But now I can't seem to figure how to do
while not EOF for the word doc?Leave a comment:
-
How do I get wdStory or wdLine
Seems like I need Word.dll
but all I can find in my machine is microsoft.offic e.interop.word. dll
I found word.dll in the web but it is not strong named.
Is there a way arround it?Leave a comment:
-
I was actually wondering if we could do a search for CRLF and then recognize it as a line. I am database person, not much of a .net programmer, so any help will really make my work easier.Leave a comment:
-
Copy Word Doc Line by Line
I need to open a word doc and copy each line into a variable lets say
dim Sline as string -
VB.Net XML and SSIS
Hi!
I am using VB.NET script in my SSIS package to create an XML file. Here is an outline of what I have done.
I have a select statement that gives me records as follows.
CustomerID PersonID Employment PhoneNumber IsFulltime
1 34 Township 343434343 1
2 34 Construction 343422234...
No activity results to display
Show More
Leave a comment: