Viewing 15 posts - 1 through 15 (of 15 total)
Indeed it was, ended up withe the following
Public Sub Main()
Dim SourceDirectory As String = "E:\Data"
...
September 23, 2015 at 1:04 am
Made a couple of changes to the directory locations, added a source & target directory and converted to VB code as I'm using 2005 and it doesn't like c#
...
September 21, 2015 at 11:40 pm
Cheers Lowell,
With a bit of tweaking that gave me what I needed, and saved me hours of frustration
September 21, 2015 at 10:16 am
The files will only be extracted once, I'm putting them in subdirectories as I don't know the process that the 3rd party software will use to reload them
September 21, 2015 at 1:20 am
Do I just create a variable to hold the record count, in the same way as you created the directory variable, if so how do I reset to 0 once...
September 20, 2015 at 3:44 am
The documents are being migrated to a new application, so at the moment the date of the order is unimportant as all documents will eventually be moved
September 18, 2015 at 7:49 am
With a bit of tweaking I got it to work
Many Thanks
September 11, 2015 at 4:33 am
I've sorted it. I originally tried to use 'REPLACE' but couldn't get the syntax right, so I used SUBSTRING instead,
SUBSTRING( @Yesterday, 1, 4 ) + SUBSTRING( @Yesterday, 6, 2 )...
July 14, 2015 at 3:49 am
That's the one!
One other thing, how can I get rid of the hyphens so it just shows 20150713
July 14, 2015 at 12:55 am
Sorry for the delay in responding, been off ill.
this one just errors telling me it's incorrectly formed.
I suppose what I really need is something that checks the year, month and...
July 13, 2015 at 7:48 am
That's fine for sql, but it won't work in expression builder, will it ?
July 6, 2015 at 3:42 am
A few attempts to get the right syntax, but got there eventually, many thanks
@Dest1 + (DT_STR, 4 , 1252)DATEPART( "year" , GETDATE() ) + "" + RIGHT( "00" + (DT_STR,...
March 3, 2015 at 2:32 am
Viewing 15 posts - 1 through 15 (of 15 total)