JackSkellington
Technical User
I need to format the text from one column coming from a .txt file.
' Copy each source column to the destination column
Function Main()
DTSDestination("DisDCDat") = DTSSource("DISDCDAT")
FormatDateTime(COLUMN TEXT)
Main = DTSTransformStat_OK
End Function
' Copy each source column to the destination column
Function Main()
DTSDestination("DisDCDat") = DTSSource("DISDCDAT")
FormatDateTime(COLUMN TEXT)
Main = DTSTransformStat_OK
End Function